-1

Description:

I deployed our MVC application in Azure, in 2 different environment i.e. UAT and Production. And that MVC application have a functionality of sending email. While sending an email from UAT is got sent successfully but while sending from Production is throwing an exception i.e. Unable to send email to all recipient. Code and configuration for both environment are same.

user7745736
  • 87
  • 3
  • 8

1 Answers1

1

Try to send your email using of sendgrid on Azure. Azure support for it. Follow below article it will be helpful.

How to Send Email Using SendGrid with Azure

Govinda Rajbhar
  • 2,926
  • 6
  • 37
  • 62