Foreman email setup for development

Hey,

the last time I was debugging/testing an email patch I think I configured Rails to use some fake email delivery method. But with my new clean checkout, I’ve decided to try to configure against our real SMTP in Red Hat. Just for the record the configuration which works is following:

image

If you do not know what to replace xxx with, ping me and I can tell you.

1 Like

Sure, real SMTP server is great. Even when if it’s a production one.

But I really like to use MailCatcher. It’s just a gem and it’s run as a daemon when you need it.

3 Likes