Live data from Hacker News

Announcing mails_viewer - easiest way to test mails in Rails app

pragmaticly.github.com

1–10 of 23 posts

Re: Announcing mails_viewer - easiest way to test mails in Rails app

#4

Nice. Is this closed source? Can you tell me what it adds on top of tomlion's code? Don't see anything about that in the readme. Thanks

@mr_november Thanks for read. You can directly get the codes at the github. Tomlion is my former colleague and I worked with him on this project at the beginning. And now I'm the only maintainer and you can see the changes via the commits. But true it's better to write the changes in the README. Thanks.

Re: Announcing mails_viewer - easiest way to test mails in Rails app

#8
We've been using letter_opener (https://github.com/ryanb/letter_opener), which handles the "preview" case very well (opens the rich text and plain emails in separate browser tabs on send). Doesn't do the other stuff that mails_viewer does, but a good lightweight alternative.

Re: Announcing mails_viewer - easiest way to test mails in Rails app

#9

We've been using letter_opener ( https://github.com/ryanb/letter_opener ), which handles the "preview" case very well (opens the rich text and plain emails in separate browser tabs on send). Doesn't do the other stuff that mails_viewer does, but a good lightweight alternative.

Another alternative is Mail Catcher which we've been using with much success. http://mailcatcher.me/

Re: Announcing mails_viewer - easiest way to test mails in Rails app

#10
Besides mails_viewer, there are several more choices such as mail_view, letter_opener, mailcatcher and mailsafe. Checkout our blog http://blog.pragmatic.ly/announcing-mailsviewer-a-rails-engi... for more info. There is a link in the github page but I think it's not clear, :)
Post reply on HN