eric wu
2008-09-23 14:20:18 UTC
Geoff,
thank you so much!
1. the jmail_free.msi you placeed in the dbase.binaries can not be download
to my computer because it's blocked. (it's an unsafe attachment)
do you mind send it to my email ***@hotmail.com or post it again as a
zip file ?
2. I just need to send email (SMTP only),to me, the free version should be
good enough.
however ,I purchased a standard version last night. ( it says $45 but
actually $25 )
3.
for my understanding, when sending out email, we just need the "mail server
domain name" and the "email address".
I don't understand what should what "smtpout.secureserver.net:80" is
oMail.maildomain = "yourEmailDomain.com"
omail.send("smtpout.secureserver.net:80")
4. is this what I should code to work with Jmail.cc ?
set procedure to split2.prg
set procedure to jmail.cc
EmailMsg = new jmail()
EmailMsg.from = "***@leader-mutual.com"
EmailMsg.Dest = "***@leader-mutual.com"
EmailMsg.ccDest = ""
EmailMsg.bccDest = ""
EmailMsg.Subject = "test"
EmailMsg.Message = "test"
EmailMsg.Execute()
thank you so much!
1. the jmail_free.msi you placeed in the dbase.binaries can not be download
to my computer because it's blocked. (it's an unsafe attachment)
do you mind send it to my email ***@hotmail.com or post it again as a
zip file ?
2. I just need to send email (SMTP only),to me, the free version should be
good enough.
however ,I purchased a standard version last night. ( it says $45 but
actually $25 )
3.
for my understanding, when sending out email, we just need the "mail server
domain name" and the "email address".
I don't understand what should what "smtpout.secureserver.net:80" is
oMail.maildomain = "yourEmailDomain.com"
omail.send("smtpout.secureserver.net:80")
4. is this what I should code to work with Jmail.cc ?
set procedure to split2.prg
set procedure to jmail.cc
EmailMsg = new jmail()
EmailMsg.from = "***@leader-mutual.com"
EmailMsg.Dest = "***@leader-mutual.com"
EmailMsg.ccDest = ""
EmailMsg.bccDest = ""
EmailMsg.Subject = "test"
EmailMsg.Message = "test"
EmailMsg.Execute()