C
CometJoe
MailMessage msgInfo = new MailMessage();
...set up To, From, & Body the same like you did...then just send
SmtpMail.Send ( msgInfo );
Let me know if it doesn't work. Sorry, I'm in a hurry, but I'm not
familiar with SmtpMail.Server.Insert() . Are you trying to point to a
mail server other than your default ?
...set up To, From, & Body the same like you did...then just send
SmtpMail.Send ( msgInfo );
Let me know if it doesn't work. Sorry, I'm in a hurry, but I'm not
familiar with SmtpMail.Server.Insert() . Are you trying to point to a
mail server other than your default ?