BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportGeneral SupportGeneral SupportCannot send email notificationsCannot send email notifications
Previous
 
Next
New Post
4/19/2010 11:44 PM
 

I'm getting a lot of the following in my logs:

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 System.Net.Mail.MailMessage..ctor(String from, String to, String subject, String body)
at BugNET.BusinessLogicLayer.EmailNotificationType.SendNotification(INotificationContext context)

Is there a way to fix this? As far as I know we're on the latest v8 build.

 
New Post
4/20/2010 6:40 AM
 
tiwas wrote:

I'm getting a lot of the following in my logs:

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 System.Net.Mail.MailMessage..ctor(String from, String to, String subject, String body)
at BugNET.BusinessLogicLayer.EmailNotificationType.SendNotification(INotificationContext context)

Is there a way to fix this? As far as I know we're on the latest v8 build.

The to or from email address you trying to send is not a valid email address.

Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
4/20/2010 10:23 PM
 

Think I've tripple checked all the values, but...

All users have valid addresses, and I can even send to them manually (telnet port 25)

On the SMTP setup page, the host email is set to a valid email address. Are there any other places where I might find the address? Weird thing now is that after I played with the server there are no errors in the log, but there are also no mails in my inbox :S

 
Previous
 
Next
HomeHomeSupportSupportGeneral SupportGeneral SupportCannot send email notificationsCannot send email notifications


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.