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;
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