Tuesday 5 April 2016

Server does not support secure connections

Server does not support secure connections

Sometimes this error will getting when try to send mail in asp.net with c# - Server does not support secure connections.

Solution:

  SmtpServer.Port = 587;
  SmtpServer.Timeout = 10000;


No comments:

Post a Comment



Asp.net tutorials