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

Cannot send emails without local host SSL certificate #76

Open
RelativeForce opened this issue Jan 2, 2021 · 0 comments
Open

Cannot send emails without local host SSL certificate #76

RelativeForce opened this issue Jan 2, 2021 · 0 comments
Assignees
Labels
Bug Something isn't working

Comments

@RelativeForce
Copy link
Owner

RelativeForce commented Jan 2, 2021

Background
On @JordyBoy185's computer, we could not send emails and would get the following exception
image
System.Net.Mail.SmtpException: Server does not support secure connections.

Investigation
Having the ASP.Net Core 3.1 Hosting bundle link installed allows the emails to be sent as expected. This implies that the hosting bundle sets up the PC environment with features that allow SSL connections from the .Net Core web app

Task
Find a robust solution that allows the user to send emails.

@RelativeForce RelativeForce added the Bug Something isn't working label Jan 2, 2021
@RelativeForce RelativeForce self-assigned this Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant