Kythor wrote:but i'm not receiving the mail
All,
I am having this exact same issue. If a user posts into a forum/topic that is being watched this message is popping up in the YAF Event Log:
Code:
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System.Web.HttpResponse.Redirect(String url, Boolean endResponse)
at System.Web.HttpResponse.Redirect(String url)
at yaf.pages.im_email.Send_Click(Object sender, EventArgs e)
No error messages are sent to the user and no errors are showing up in the SMTP log on the server. Inside YAF it looks like the message has been sent correctly.
NO MESSAGES ARE BEING SENT and there are no emails "waiting" in the SMTP Send Queue.However if I go to the Admin screen and send a message to all users (or a specific group of users) the emails are being sent out correctly so I do not think it is a settings issue on my configuration of YAF.
I REALLY need to get the notification system working... any ideas?