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

Emails not sending because of coded SSL requirement on SMTP #12

Closed
snowtr opened this issue Apr 10, 2019 · 3 comments
Closed

Emails not sending because of coded SSL requirement on SMTP #12

snowtr opened this issue Apr 10, 2019 · 3 comments
Assignees

Comments

@snowtr
Copy link

snowtr commented Apr 10, 2019

New installation on Server 2012 R2
I setup the SMTP settings in the config file but when it tried to send, it was always failing to a connection timeout issue
My 'receive connector' in Exchange is what I setup to allow connections and I specifically took off the ability to receive over SSL because I was using the connector for devices that don't support SSL
This caused an error that I could not find on the Remotely server because of logging issues but in Exchange, it logged as a connection timeout.
I did notice that in this file, there is the setting 'mailClient.EnableSsl = true;' which I guess enforces SSL always and that should be either an option for the user in a config file or if you can find another setting, try to use SSL when available but still send if not there:
Remotely/Remotely_Server/Services/EmailSender.cs

@bitbound bitbound self-assigned this Apr 10, 2019
@bitbound
Copy link
Collaborator

I'm adding an option in appsettings.json for this. I'll close this out when I've released the new build.

@bitbound
Copy link
Collaborator

Commit: 08d3f4b

@bitbound
Copy link
Collaborator

The new server package has been published to https://remotely.lucency.co/.

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

2 participants