01-04-2009, 08:09 AM
Then don't know. For example this works for me (change xxxxxx).
Macro
Maybe in gmail account settings on the web something should be changed. For example I remember I had to enable POP3, it was disabled by default.
Macro
if(QMVER<0x2030005) mes- "please download the latest QM version"
str s=
;smtp_server smtp.gmail.com
;smtp_port 465
;smtp_user xxxxxx@gmail.com
;smtp_password xxxxxxxxxxxxxxxxxxxx
;smtp_auth 2
;smtp_secure 1
;smtp_timeout 30
;smtp_email xxxxxx@gmail.com
;smtp_displayname "xxxxxxxxxxxxxxxxxxxxxx"
;smtp_replyto ""
SendMail "xxxxxx@xxxxxxxxxxxxx.com" "test" "test" 0 "" "" "" "" "" sMaybe in gmail account settings on the web something should be changed. For example I remember I had to enable POP3, it was disabled by default.
