kcwallace Posted December 13, 2007 Posted December 13, 2007 I am using the following using System.Net.Mail; ... message = new MailMessage(); fromAddress = new MailAddress(sendFromAddress, sendFromName); sendFromAddress and sendFromName are strings i am attempting to send to a valid email address, but it errors and states that "The specified string is not in the form required for an e-mail address." I know that address is good, i send to it several times a day. It is the form 1234@abc.xyz.com Can anyone offer any suggestions Quote Go Beavs!!!
kcwallace Posted December 13, 2007 Author Posted December 13, 2007 Nevermind, I am a complete idiot. I swapped the fromname, and the fromaddress Quote Go Beavs!!!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.