How can i send an Email using PHP at windows Azure?
i am using simple mail function:
$to .= \'email-Id\'; $subject = \" Test Subject\"; $headers =
I had never done PHP, but the following guide was step by step and incredibly easy to get working.
http://www.windowsazure.com/en-us/Documentation/Articles/store-sendgrid-php-how-to-send-email/
Hope it helps someone.