G
Guest
Hi, I'm using the MailMessage & smtpMail classes in System.Web.Mail to send
mail, however it's not sending any emails.
I'm using it on a Windows 2003 server.
The simplest way to use this is
smtpMail.Send("(e-mail address removed)", (e-mail address removed), "Message subject", "Message
Body")
I'm sending it to my own email address on a different server using a dummy
'from' email.
Does anybody have any experience with this. It sems simple enough...
Much thanks in advance
Ant
mail, however it's not sending any emails.
I'm using it on a Windows 2003 server.
The simplest way to use this is
smtpMail.Send("(e-mail address removed)", (e-mail address removed), "Message subject", "Message
Body")
I'm sending it to my own email address on a different server using a dummy
'from' email.
Does anybody have any experience with this. It sems simple enough...
Much thanks in advance
Ant