YAFLogo

victorantos
15 years ago
every 6 sec I get an error like this one:

System.FormatException: The specified string is not in the form required for an e-mail address.

at System.Net.Mime.MailBnfHelper.ReadMailAddress(String data, Int32& offset, String& displayName)

at System.Net.Mail.MailAddress.ParseValue(String address)

at System.Net.Mail.MailAddress..ctor(String address, String displayName, Encoding displayNameEncoding)

at System.Net.Mail.MailAddress..ctor(String address)

at YAF.Classes.Utils.SendMailThread.SendMailThreaded(Int32 uniqueId) in D:\clienti\victorantos\yetanotherforum\yafsrc\YAF.Classes\YAF.Classes.Utils\Mail\SendMail.cs:line 146


Sponsor
victorantos
15 years ago
now I get in logs this error message every 13 sec...
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
15 years ago
Supposed to auto-delete it. I suggest just running the following SQL in the admin Run Sql section:

DELETE FROM yaf_Mail
victorantos
15 years ago
201 rows affected,

now I don't get any error message in event log

thanks