How can i send an Email using PHP at windows Azure?

后端 未结 5 1149
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-03 02:58

How can i send an Email using PHP at windows Azure?

i am using simple mail function:

$to .= \'email-Id\';
$subject = \" Test Subject\";

$headers  =          


        
5条回答
  •  隐瞒了意图╮
    2020-12-03 03:41

    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.

提交回复
热议问题