04-13-2009, 10:39 PM
If you don't have gmail account settings, easier is to change the code.
_s=
;smtp_server smtp.gmail.com
;smtp_port 465
;smtp_user chevyman
;smtp_password default
;smtp_auth 2
;smtp_secure 1
;smtp_timeout 60
;smtp_email [email protected]
;smtp_displayname "chevy man"
;smtp_replyto [email protected]
int test=7
str sub
sub.format("subject %i" test)
SendMail "[email protected]" sub "text" 0 "" "" "" "" "" _s
To see what fails, add flag 0x80000.
...
SendMail "[email protected]" sub "text" 0x80000 "" "" "" "" "" _s
run "$my qm$\smtp_log.txt"
_s=
;smtp_server smtp.gmail.com
;smtp_port 465
;smtp_user chevyman
;smtp_password default
;smtp_auth 2
;smtp_secure 1
;smtp_timeout 60
;smtp_email [email protected]
;smtp_displayname "chevy man"
;smtp_replyto [email protected]
int test=7
str sub
sub.format("subject %i" test)
SendMail "[email protected]" sub "text" 0 "" "" "" "" "" _s
To see what fails, add flag 0x80000.
...
SendMail "[email protected]" sub "text" 0x80000 "" "" "" "" "" _s
run "$my qm$\smtp_log.txt"