T
Trint Smith
How can I do this if a certain event happens within my program? Can I
use a hotmail.com account or one of the tribidz.com that comes with my
hosting account? Is there a free way to do it?
Dim email As New System.Web.Mail.MailMessage
email.To = "(e-mail address removed)"
email.From = "(e-mail address removed)"
email.Body = "Message Text"
email.Subject = "Subject Text"
email.BodyFormat = Web.Mail.MailFormat.Html
System.Web.Mail.SmtpMail.SmtpServer = "" '"mail.tribidz.com"
System.Web.Mail.SmtpMail.Send(email)
Thanks,
Trint
..Net programmer
(e-mail address removed)
use a hotmail.com account or one of the tribidz.com that comes with my
hosting account? Is there a free way to do it?
Dim email As New System.Web.Mail.MailMessage
email.To = "(e-mail address removed)"
email.From = "(e-mail address removed)"
email.Body = "Message Text"
email.Subject = "Subject Text"
email.BodyFormat = Web.Mail.MailFormat.Html
System.Web.Mail.SmtpMail.SmtpServer = "" '"mail.tribidz.com"
System.Web.Mail.SmtpMail.Send(email)
Thanks,
Trint
..Net programmer
(e-mail address removed)