Viewing HTML E-Mails

0 views
Skip to first unread message

jordanisip

unread,
Mar 14, 2008, 7:30:11 PM3/14/08
to Ruby on Rails: Talk
Hi All,

Quick question, Is it possible to view ActionMailer HTML e-mails in a
browser? Or somehow view them without having to actually send out an
email?

Thanks in advance!
Jordan

Mike Garey

unread,
Mar 14, 2008, 8:10:44 PM3/14/08
to rubyonra...@googlegroups.com
this is what I use:

def display_email
email = MyActionMailerClassName.create_my_email(@some_required_object)
render(:text => "<pre>" + email.body + "</pre>")
end

Mike

Reply all
Reply to author
Forward
0 new messages