email notification |
5/11/2004 10:42:10 AM |
ASPRunnerPro General questions | |
Z
zard0f author
OK im stupid |
|
B
|
bronoman 5/11/2004 |
zard0f, |
![]() |
Sergey Kornilov admin 5/12/2004 |
Hi, ' send email Set Mail = Server.CreateObject("Persits.MailSender") Mail.Host = "mail.chicagowebs.com" Mail.From = "support@xlinesoft.com" Mail.FromName = "ASPRunner User" Mail.AddAddress "support@xlinesoft.com" Mail.Subject = "Subject" Mail.Body = Mail.Body & "New record added" & vbcrlf Mail.Send
|