andrewdavey / postal

Email sending for asp.net mvc using the view engine system to render emails.
http://aboutcode.net/postal
MIT License
536 stars 169 forks source link

Postal not sending Email after MVC 5.2.3 Publish #159

Open arvin0210 opened 8 years ago

arvin0210 commented 8 years ago

Hi, I'm using VS 2015, MVC version 5.2.3. While testing Postal in localHost , emails are sent. But after site is published, I could not receive any emails. In Web.Config, I have added Postal in namespace

Read about Postal having issue with MVC 5.2.0 onwards.... Is there any way i can twick to make Postal work? Please advice.
IronSean commented 7 years ago

I don't know if it's related, but currently Postal seems to be the only thing using MVC 5.1.2 on my system, which is causing issues with a build server because the tests can't find MVC 5.1.0, and the MVC 5.1.2 transform converts anything <5.1.0.0 to 5.1.0.0 so I'm uncertain if something in that release isn't tracking version numbers correctly.

jhondrake8205 commented 12 months ago

"Hey there, Facing a similar Postal issue post-publishing is indeed a concern. Have you checked SMTP configurations after deployment? Sometimes, SMTP settings may need adjustments for the live Tools environment. Also, ensure your SMTP server is accessible from the production environment. Hope this helps in resolving the problem.