ini mungkin linknya
http://fox-id.org/smf/index.php/topic,7133.15.htmlhttp://fox-id.org/smf/index.php/topic,5596.0.htmlini juga ada 1 saya copy paste dari salah satu web
sending email dg menggunakan outlook express atau microsoft outlook akan dihadang dengan security.
sending email dg menggunakan outlook express atau microsoft outlook akan dihadang dengan security yang mana kita harus mengklik tombol yes or no atau send or not send. kita bisa mengirim email tanpa ada peringatan dengan menggunakan software jmail (freeware lho...).
pertama : download software jmail di :
http://www.dimac.net/FreeDownloads/dlstart.asp?ProductID=5 setelah itu jalan file download tsb.
kedua : masukkan code dibawah ini pada command send di form anda.
****start copy*****
PUBLIC oSMTPMail
oSMTPMail = NEWOBJECT("jmail.SMTPMail")
***If you aren't sure leave this commented out
***let the object figure it out for you if possible
***oSMTPMail .ServerAddress = "mail.mchsi.com"
oSMTPMail .ServerAddress = "mail.softhome.net" && isi mail server anda
oSMTPMail.AddRecipient ("
willy-w@hotpop.com")
oSMTPMail.Sender = "
w1lys@softhome.net"
oSMTPMail.SenderName = "Willy W"
oSMTPMail.Subject = "Percobaan email"
oSMTPMail.Body = "ini isi body email"
oSMTPMail.AddAttachMent ("C:\AutoExec.bat")
oSMTPMail.Execute()
RELEASE oSMTPMail
****akhir copy****
selamat menggunakan....
nb : kode diatas saya ambil dari
www.foxite.com