How can i send an Email using PHP at windows Azure?
i am using simple mail function:
$to .= \'email-Id\';
$subject = \" Test Subject\";
$headers =
Updated information @ Nov-2017:
Full Blog post: https://blogs.msdn.microsoft.com/mast/2017/11/15/enhanced-azure-security-for-sending-emails-november-2017-update/
"Microsoft recommends that Azure customers employ authenticated SMTP relay services (typically connected via TCP port 587 or 443, but often support other ports too)....."