cornflourblue / aspnet-core-3-signup-verification-api

ASP.NET Core 3.1 - Boilerplate API with Email Sign Up, Verification, Authentication & Forgot Password
https://jasonwatmore.com/post/2020/07/06/aspnet-core-3-boilerplate-api-with-email-sign-up-verification-authentication-forgot-password
MIT License
226 stars 93 forks source link

Missing header "From", EmailService FIX: Issue #6 #10

Open jurczewski opened 3 years ago

jurczewski commented 3 years ago

This PR addresses issue #6. Gmail requires "from" header to receive email.

Full error message from inbox I tried to send emails: "Messages missing a valid address in From: 550 5.7.1 header, or having no From: header, are not accepted."