Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Encrypting password for email
#13
Macro Macro2764
Code:
Copy      Help
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)