Müşteri Girişi
Yeni Müşteri Kaydı
Destek

 
   

COMPONENT (Bileşenler)
 
 
     
Kategoriler        


E-posta Gönderme


<%
Set smtp = Server.CreateObject("JMail.Message")
smtp.ContentType = "text/html"
smtp.Charset = "ISO-8859-9"
smtp.AddRecipient "mail@domain.com" '
smtp.from = "mail@domain.com"
smtp.fromname = "Gönderen Ad"
smtp.MailServerUserName = "Kullanıcı Adı"
smtp.MailServerPassWord = "Şifre"
smtp.Subject = "Konu"
smtp.body = " Mesaj "
smtp.Send("mail.domainadi.com")
Set smtp = Nothing
%>

       
 
 
© Koliva 2008