We are moving certain background methods that send emails to Azure functions. Our emails are currently built and sent using Postal
Postal uses .NET Frameworkâs built-in SmtpClient, which has connection details defined in a web.config file for our MVC web app, which doesn't exist in an Azure Function.
Is there a way to use Postal in an Azure Function?