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 was having the same trouble , but this solution works perfectly for me . just follow these steps :
$mail->Password = 'new password';
4.I hope this will work for you too .