YAFLogo

Posted by: Roushan - Monday, 19 September 2016 07:28:40
We are trying to use YAF forum in one of our project to maintain forum communication. Most of the operations are working fine. But the problem that we are facing is no email notification after posting topic or if anyone make it watched or subscribed, the respective person doesn't get any notification in their registered email. We would like to send an e-mail notification to the creator, subscriber of a topic and the member of forum on the topic. Kindly help me regarding this action. What steps i need to follow to activate email notification Your cordial help will be much appreciated.

Posted by: guest - Tuesday, 20 September 2016 06:51:16
Thanks for sharing

Posted by: tha_watcha - Thursday, 22 September 2016 12:33:12
[quote=Roushan;67588]We are trying to use YAF forum in one of our project to maintain forum communication. Most of the operations are working fine. But the problem that we are facing is no email notification after posting topic or if anyone make it watched or subscribed, the respective person doesn't get any notification in their registered email. We would like to send an e-mail notification to the creator, subscriber of a topic and the member of forum on the topic. Kindly help me regarding this action. What steps i need to follow to activate email notification Your cordial help will be much appreciated.[/quote] If you say that you didnt get any emails at all, then did you check the event log for errors? And also more important did you review the mail.config and check if you entered all date for the email account correctly?

Posted by: Roushan - Sunday, 25 September 2016 05:20:16
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 [b][/b] Changed the mail.config file to set smtp connection. I think ...i am missing something..Kindly help me regarding this issue.

Posted by: Roushan - Sunday, 25 September 2016 10:38:07
tha_watcha, mail communication is working fine. needed to change smtp configuration. Thanks