Sample script for sending mail with Jmail Framework 3.5
en:Sample script for sending mail with Jmail Framework 3.5
he:דוגמת script עבור שליחת דואר עם Jmail Framework 3.5
ru:Пример сценария для отправки почты с Jmail Framework 3.5
ja:Jmail フレームワーク 3.5 を使用してメールを送信するためのサンプル スクリプト
ar:عينة البرنامج النصي لإرسال البريد مع جميل Framework 3.5
zh:发送邮件与 Jmail Framework 3.5 的示例脚本
ro:Script-ul de probă pentru a trimite mail cu Jmail Framework 3.5
pl:Przykładowy skrypt do wysyłania poczty z Jmail Framework 3.5
de:Beispielskript zum Senden von Nachrichten mit Jmail Framework 3.5
nl:Voorbeeld van een script voor het verzenden van e-mail met Jmail Framework 3.5
it:Script di esempio per l'invio di posta con Jmail Framework 3.5
pt:Exemplo de script para envio de e-mail Jmail Framework 3.5
es:Script de ejemplo para enviar correo con Jmail Framework 3.5
fr:Exemple de script d'envoi de mail avec Jmail en Framework 3.5
Here is an example of functional code in ASP.Net for sending a mail with our hostings Windows integrated auThetication.
Fields bold are to customize depending on your configuration.
set msg = Server.CreateOBject( "JMail.MeSage" )
Msg. Loggi = Tru
Msg.silen = Tru
Msg. Fr = "adresse@de-lexpediteur.com"
Msg. FromNa = "Sender's name "
Msg. MailServerUserNa="adresse@de-lexpediteur.com"
Msg. MailServerPasswo="M0tDeP@ss3"
Msg. AddRecipient(String
Msg. AddRecipientB "adresse@du-destinataire.com"
Msg. ContentTy = "text/HTM"
Msg. Subje = "Subject of your ema"
Msg.bod = "Content of your email"
If not msg. Se("mail.yourname.com :25" ) then
Response.write "
" & Msg.lo & "
"
else
Response.write "Message sent succesfully!"
end if
Enable comment auto-refresher