Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 16953

Envoi de mail automatisé c# asp.net compte office365

$
0
0
SmtpClient smtp = new SmtpClient();
smtp.Host = "smtp.office365.com";
smtp.Port = 587;
smtp.UseDefaultCredentials = false;
smtp.Credentials = new System.Net.NetworkCredential("Pacifa.Staff@pacifa-decision.com", "password");
smtp.EnableSsl = true;


Message d'erreur :
5.7.1 Client does not have permissions to send as this sender

Viewing all articles
Browse latest Browse all 16953

Trending Articles