Skip to content

Instantly share code, notes, and snippets.

@deathbob
Created July 20, 2010 19:46
Show Gist options
  • Save deathbob/483440 to your computer and use it in GitHub Desktop.
Save deathbob/483440 to your computer and use it in GitHub Desktop.
001:0> mail = User.find(2).send_token_email
SQL (0.1ms) SET SQL_AUTO_IS_NULL=0
User Columns (150.9ms) SHOW FIELDS FROM `users`
User Load (0.4ms) SELECT * FROM `users` WHERE (`users`.`id` = 2)
#<TMail::Mail port=#<TMail::StringPort:id=0x82964f74> bodyport=#<TMail::StringPort:id=0x82962850>>
002:0> mail.body
"<table width="100%" cellspacing="0" cellpadding="0" bgcolor="#0000">\n <tr>\n <td align="center">\n <table id="Table_01" width="660" border="0" cellpadding="0" cellspacing="0">\n <tr>\n <td height="160">\n <img src="http://media.cambio.com.s3.amazonaws.com/email/mailer-sliced_02.png" width="660" height="160" alt="Insider Access to the new Cambio">\n </td>\n </tr>\n <tr>\n <td height="197">\n <a href="http://localhost:3000/users/fIyeVcsCM6G5qgymJHAa/complete_profile">Follow Me</a><a href="http://beta.cambio.com/"><img src="http://media.cambio.com.s3.amazonaws.com/email/mailer-sliced_04.png" width="660" height="197" alt="As you know, we're counting the days until the launch of the new version of Cambio on July 27th. Since this site is for YOU, we want YOU to see it first and we want YOUR feedback. http://beta.cambio.com" border="0"></a>\n </td>\n </tr>\n <tr>\n <td height="1">\n <img src="http://media.cambio.com.s3.amazonaws.com/email/mailer-sliced_05.png" width="660" height="1" alt="">\n </td>\n </tr>\n <tr>\n <td height="227">\n <img src="http://media.cambio.com.s3.amazonaws.com/email/mailer-sliced_06.png" width="660" height="227" alt="Here are some things to look out for:The Cambio RemoteManage your favorite shows and artists on Cambio, set program alerts, connect with your friends and more!! Please be sure to log in and make sure your information is updated – we’ll tell you about all of the cool new things the Remote can do!">\n </td>\n </tr>\n <tr>\n <td height="282">\n <img src="http://media.cambio.com.s3.amazonaws.com/email/mailer-sliced_07.png" width="660" height="282" alt="Comments and RatingNow you can let the whole Cambio Community know how you feel about the Shows, Specials, Shorts, Artists &amp; News on Cambio.">\n </td>\n </tr>\n <tr>\n <td height="218">\n <img src="http://media.cambio.com.s3.amazonaws.com/email/mailer-sliced_08.png" width="660" height="218" alt="Artist PagesAll of your favorite talent on Cambio have their own home! See their videos, read their bios, blogs, and Twitter feeds.">\n </td>\n </tr>\n <tr>\n <td height="1">\n <img src="http://media.cambio.com.s3.amazonaws.com/email/mailer-sliced_09.png" width="660" height="1" alt="">\n </td>\n </tr>\n <tr>\n <td height='155'>\n <a href="http://localhost:3000/users/fIyeVcsCM6G5qgymJHAa/complete_profile">Follow Me</a><a href="http://beta.cambio.com/"><img src="http://media.cambio.com.s3.amazonaws.com/email/mailer-sliced_10.png" width="660" height="155" alt="To experience the new Cambio, please click on the link below and be sure to let us know what you think by using the FEEDBACK FORM on the bottom of each page." border="0"></a>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n</table>\n"
003:0> mail.content_type
"text/html"
004:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment