Advertisement
notarazi

razi-coldfusion-cfmail

Jun 27th, 2013
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <cfmail
  2.     to="recipientaddress@recipientdomain.com"
  3.     subject="Read me"
  4.     from="yourname@gmail.com"
  5.     server="smtp.gmail.com"
  6.     useSSL="true"
  7.     username="yourname"
  8.     password="yourpassword"
  9.     port="465">
  10.   This is a test email!
  11. </cfmail>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement