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.

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?

share|improve this question
2  
Possible duplicate of stackoverflow.com/questions/5286009/…. – Brian Donovan Nov 20 '11 at 20:17

3 Answers

up vote 2 down vote accepted

You can use letter_opener gem by Ryan Bates

share|improve this answer
thanks, i liked this one the most from the answers provided. I personally ended up using the answer in the duplicate question here stackoverflow.com/questions/5286009/… as it didn't need me to install anything, but this would be my second option. – GiH Dec 7 '11 at 6:11

You can try the MailCatcher gem https://github.com/sj26/mailcatcher

share|improve this answer

I use this when testing email during local development. Hope this helps

http://papercut.codeplex.com/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.