ryanb / letter_opener

Preview mail in the browser instead of sending.
MIT License
3.73k stars 237 forks source link

Request - remove message header #111

Closed cjba7 closed 7 years ago

cjba7 commented 9 years ago

It would be great if as a letter_opener option, emails could be opened in the browser without the message header, or indeed without the id="container" div added.

Just open the exact message that would be sent by rails.

Thanks!

nashby commented 7 years ago

Hey guys, I know it's been awhile but can you check this brunch https://github.com/ryanb/letter_opener/pull/143? With it it's possible to set light version of the mail template without any styling. You can set it as:

LetterOpener.configure do |config|
  config.message_template = :light
end
nashby commented 7 years ago

It should be possible to do with master branch now.