Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SMTP Settings
#29
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"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)