04-13-2009, 10:11 PM
i have the newest one, im using that is it setup right?
;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"
;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"