I downloaded a project from github that has a mailer when deployed to production, but on my own local copy the mailer doesn't work. How do I setup mail locally for development so that I can test it?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You can use letter_opener gem by Ryan Bates |
|||
|
|
You can try the MailCatcher gem https://github.com/sj26/mailcatcher |
|||
|
|
|
I use this when testing email during local development. Hope this helps |
|||
|
|