You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
<system.web.webPages.razor>
</system.web.webPages.razor>
Read about Postal having issue with MVC 5.2.0 onwards....
Is there any way i can twick to make Postal work? Please advice.
The text was updated successfully, but these errors were encountered:
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.
"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.
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
<system.web.webPages.razor>
</system.web.webPages.razor>
Read about Postal having issue with MVC 5.2.0 onwards....
Is there any way i can twick to make Postal work? Please advice.
The text was updated successfully, but these errors were encountered: