Base solution for your next web application
Open Closed

ASP.NET CORE & Angular .NET 5.0 v10.0.0 Email Issue #9904


User avatar
0
christianharo created

ASP.NET CORE & Angular .NET 5.0 v10.0.0

I am using the latest version. I am having issues sending the test email. The application works with no issues and i even get the Test e-mail sent succesfully however the email never arrives to the recipient.

At first I thought I had issues with the SMTP settings so I wrote a small application and tested with the same settings and the email reached the destination.

Both the ASPNET Zero host application and the test Console application are running from my local PC.

Please help. Thanks.


1 Answer(s)
  • User Avatar
    0
    christianharo created

    I gound the issue... It neede to use the right email sender at this point it was using NullemailSender. I wish this could have been in docomentation. Might be on the abp framework side however is not in the AspNet zero Docs.