Configuring SMTP Server in Azure Role
http://community.adxstudio.com/products/adxstudio-portals/developers-guide/azure/dynamically-install-an-smtp-server-in-windows-azur/
The article is great, you just don't need to put in an end point on port 25 unless you want to make calls on that port to send emails. It works fine even without it, if your app living on the instance is making SMTP calls to send emails.
The article is great, you just don't need to put in an end point on port 25 unless you want to make calls on that port to send emails. It works fine even without it, if your app living on the instance is making SMTP calls to send emails.
Comments
Post a Comment