
Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
Hi Dave,
Based on my test, the code does throw exception for the MailMessage ctor.
MailMessage mail = new MailMessage("bogus", "bogus", "Windward test email",
"This is an email sent from the Windward RePortal installer");
Once we changed the from/to email address below, the exception will gone.
"bogus@a.com", "bogus@a.com",
Also the format for the server name bogus is OK, because in LAN we can use
a smtp server name of such format but not a internal full qualified name.
e.g.(smtp.doamin.com).
Best regards,
Perter Huang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
David Thielen - 27 Nov 2006 15:48 GMT
Now I am getting the exceptions here. I swear I wasn't before though. Weird.

Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
> Hi Dave,
>
[quoted text clipped - 16 lines]
> Get Secure! - www.microsoft.com/security
> This posting is provided "AS IS" with no warranties, and confers no rights.
"Peter Huang" [MSFT] - 29 Nov 2006 03:10 GMT
Hi Dave,
Yes, it is strange.
Anyway, if you have any other question, please feel free to post in the
newsgroup.
Best regards,
Perter Huang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.