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
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
this is what I use:
def display_email
email =
MyActionMailerClassName.create_my_email(@some_required_object)
render(:text => “
” + email.body + “”)
Mike
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs