Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP Server error not being resolved #40

Open
fred1n opened this issue Jun 28, 2021 · 4 comments
Open

SMTP Server error not being resolved #40

fred1n opened this issue Jun 28, 2021 · 4 comments

Comments

@fred1n
Copy link

fred1n commented Jun 28, 2021

I'm getting the following error that the SMTP server is not being able to be resolved:

  The remote name could not be resolved: 'smtp2.accenturefederal.com' 

this is the setup:
SmtpServer: 'smtp2.accenturefederal.com'

Is there something I'm missing?

@Stromboli94
Copy link

Same issue. I have tried ssl as true and false, specifying port 25 in the smtpserver, nothing seems to work. I am able to send emails with the Microsoft report task, so I know the smtp server is not the issue.

@Stromboli94
Copy link

This fixed it for me: remove smtp:// from before the smtp server name, so you just have myserver.something
Also set ssl to false.
Confusing that the server format needs to be different if using an Azure service connection (there you do need to specify smtp://myserver.something)

@bravirao021
Copy link

bravirao021 commented Apr 18, 2023

@Stromboli94 What is the port number you used? I am getting the following error when setting SSL to false.
The server response was: 5.7.3 STARTTLS is required to send mail . I am using smtp.office365.com as smtp server.

@Stromboli94
Copy link

@bravirao021 port 25, but I am also using an internal SMTP server, not a public one, so I don't need a username or password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants