Home | About Us | Services | Recent Work | Website Hosting | Buy Domain | Contact Us | Tech-Support


ASP mail script for Windows NT


This is the SMPT svg Mail Component which can be used in ASP Programming.

The variables in the component have to be changed.

SMTP svg

<%

Set Mailer = Server.CreateObject("SMTPsvg.Mailer")
Mailer.FromName = "Shinoj"
Mailer.FromAddress= "shinoj@indian-seo.com"
Mailer.RemoteHost = "smtp.indian-seo.com"
Mailer.AddRecipient "webmaster", "webmaster@indian-seo.com"
Mailer.Subject = "Testing component"
Mailer.BodyText = "Test Mail." & VbCrLf & "Your component is working"
if Mailer.SendMail then
Response.Write "Mail sent..."
else
Response.Write "Mail send failure. Error was " & Mailer.Response

end if

%>

 
Copyright © 2005-2007. Indian SEO All rights reserved.