Question

Why is letter_opener not working?

Hello,

I’m just starting with a DO droplet, using Ubuntu 18.04, where I installed my Rails app as environment = “development” . In my local machine I set the gem “letter_opener”, to access and debug the emails that has to be sent, and the same configuration is on the droplet (with specific hosts, of course). But for some reason, the emails doesn’t seem to be sent, also I can’t see them in the browser… Anyone would have had the same issue? Did I miss something in my configuration? Thx in advance for your help!


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Accepted Answer

Apparently I’m not the only one having this issue… It seems that the best option would be to dockerize the application, switching from letter_opener to mailcatcher gem^^

jarland
DigitalOcean Employee
DigitalOcean Employee badge
March 26, 2019

Greetings!

It can be difficult to say what is different between the staging and production environments here, it could be the most seemingly insignificant thing that just happens to impact your use case in the right way. I welcome anyone with more experience with letter_opener to weigh in, but I wanted to also do my best to find an answer for you. I found a GitHub issue that seems a bit dated, but had a lot of advice which may be helpful:

https://github.com/ryanb/letter_opener/issues/1

If you do find the answer there, I hope you will comment back so that it helps someone else later :)

Jarland

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.