I am planning on upgrading this weekend, it just sniffs like this is a configuration or data issue, and not a bug. I would have assumed someone would have reported a bug by now. That's why I'm leaning towards a me thing and not software, but who knows.
Schedule has:
DotNetNuke.Modules.Events.EventNotification, DotNetNuke.Modules.Events: Enabled
Freq: Every 1 Second Retry: Every 1 Second (both are for testing only 30 min will be production)
Calender Module Settings
Allow Event Notifications: checked.
Event Setting:
Email From: my account, valid email
Send Reminder: Checked, 8 hours before. Current time of adding notification by user was 6:30h before.
If one subscribers email is bad for notices, will that kill all notifications?
Scheduler History shows and unhandled exception:
DotNetNuke.Modules.Events.EventNotification, DotNetNuke.Modules.Events
Event Notification failed.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.Message..ctor(String from, String to) at System.Net.Mail.MailMessage..ctor(String from, String
to) at DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Cc, String Bcc,
MailPriority Priority, String Subject, MailFormat BodyFormat, Encoding BodyEncoding, String Body, String
Attachment, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword,
Boolean SMTPEnableSSL) at DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo,
String Cc, String Bcc, MailPriority Priority, String Subject, MailFormat BodyFormat, Encoding BodyEncoding,
String Body, String Attachment, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String
SMTPPassword) at DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Bcc, String
Subject, String Body, String Attachment, String BodyType, String SMTPServer, String SMTPAuthentication,
String SMTPUsername, String SMTPPassword) at DotNetNuke.Modules.Events.EventNotification.SendEventNotifications
() at DotNetNuke.Modules.Events.EventNotification.DoWork()