Hi,
I have searched and searched but been unable to find anything except that it is not recommended to use the built in smtp for blacklist reasons but since we are only using it to send error messages we don't really care about that.
Here is an article that provides some solutions for how to install an SMTP server in Windows Azure dynamically, please check it and see whether it helps.
Dynamically Install an SMTP Server in Windows Azure
but after a few hours I am no longer able to send emails.
As far as I know, if you send large quantities of email from Azure, chances are that the ip address will be blocked by anti-spam systems. Normally, Windows Azure does not provide an SMTP service. We recommend using the following patterns for enabling
emailing capabilities for applications deployed to the Windows Azure platform:
1. Use a custom on-premise e-mail forwarder service.
2. Use E-mail server’s web service API’s.
3. Use a third party SMTP service.
You can refer the link below for the detailed information:
http://blogs.msdn.com/b/windowsazure/archive/2010/10/08/adoption-program-insights-sending-emails-from-windows-azure-part-1-of-2.aspx
Best Regards,
Ming Xu.
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact
msdnmg@microsoft.com.
Microsoft One Code Framework