09-04-2016, 10:22 AM
Macro Macro2764
str PassWithoutEncrypt="PassWithoutEncrypt"
;add this line to see is the password correct
out F"'{PassWithoutEncrypt}'"
str EmailServer=
F
;smtp_server smtp.mail.yahoo.com
;smtp_port 465
;smtp_user [email protected] (real email is hidden)
;smtp_password !{PassWithoutEncrypt}
;smtp_auth 1
;smtp_secure 1
;smtp_timeout 60
;smtp_email [email protected]
;smtp_displayname [email protected]
;smtp_replyto [email protected]
;pop_server pop.mail.yahoo.com
;pop_port 995
;pop_user [email protected]
;pop_password !{PassWithoutEncrypt}
;pop_auth 0
;pop_secure 1
;pop_timeout 60
SendMail "email" "subject" "text" 0 "" "" "" "" "" EmailServer