document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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>
');