YAFLogo

BWG
  • BWG
  • 100% (Exalted)
  • YAF Lover Topic Starter
13 years ago
Hi,

I'm having problems with YAF email functionality, e.g. password requests, sending out emails from the admin section, sending user registration emails. Initially the emails are sending, but then for no obvious reason they stop, and errors start appearing in the log file. The errors are:

SendMailThread Failed for the 2nd time:

Any ideas on what could be causing this to happen? (Win 2008 R2 / IIS 7.5, with YAF running as an application under the top level web site)

Thanks

Brian

Sponsor
BWG
  • BWG
  • 100% (Exalted)
  • YAF Lover Topic Starter
13 years ago
I've had chance to investigate this further. It seems that entries get YAF_Mail table are the cause of the problem. It could be that when null values are present in certain fields an exception is thrown, and the em sender then gets stuck. I'm not able to step through the code on my production server, but will try and replicate on my dev box during the next few days.
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
13 years ago
Which version of YAF.NET?
BWG
  • BWG
  • 100% (Exalted)
  • YAF Lover Topic Starter
13 years ago

Which version of YAF.NET?

Originally Posted by: Jaben 

YAF.NET Version: 1.9.5.5 (Date: 04/03/2011).

PS: By clearing out the YAF_Mail table emails have started working again. It ook a backup before clearning the table and have not yet had chance to restore and test on my dev server.