tha_watcha, Thanks for your reply.
I was trying to send a mail to a group of registered users. it just sowing mail queued .
Event log is
SendMailThread Failed for the 2nd time (the email will now deleted) with an SmtpException (Email to: aaaa@xxxxx.xxx, Subject: test): System.Net.Mail.SmtpException: Server does not support secure connections. at System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint) at System.Net.Mail.SmtpTransport.GetConnection(ServicePoint servicePoint) at System.Net.Mail.SmtpClient.GetConnection() at System.Net.Mail.SmtpClient.Send(MailMessage message) at YAF.Core.Services.YafSendMail.SendAll(IEnumerable`1 messages, Action`2 handleException)
There is also no mail notification when someone posted topic or in case of any update though the mail notification setting from profile is ON.
in app.config, set the value for
Changed the mail.config file to set smtp connection.
I think ...i am missing something..Kindly help me regarding this issue.
Edited by user
7 years ago
|
Reason: Not specified