You may add the following coding to your asp file
<%
Set jmail = Server.CreateObject("JMAIL.SMTPMail") jmail.Charset = "iso-8859-1" jmail.ContentType = "text/html" jmail.ServerAddress = "localhost" jmail.AddRecipient "xxx@xxx.com" jmail.SenderName = "ricky" jmail.Sender = "xxxx@xxxx.com" jmail.Priority = 3 jmail.Subject = "Mail test" jmail.Body = "it is a email testing from 03server" jmail.Execute() jmail.Close
%>
Back - Contact Us - Content SearchSPAMMING or Mass Mailling not Allow