Guest User

Untitled

a guest
Aug 30th, 2018
1,321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. cfmail, google mail and reply to
  2. <cfmail
  3. from = "#email#"
  4. To = "myemail@myemail.com"
  5. failto="#email#"
  6. server="smtp.gmail.com"
  7. replyto="#email#"
  8. port="465"
  9. useSSL="true"
  10. username="myemail@myemail.com"
  11. password="*****"
  12. Subject = "Confirmation Form"
  13. >
  14. <cfmailparam name="Reply-To" value="#email#">
Add Comment
Please, Sign In to add comment