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

Are there any instructions how to configure the email setup using SMTPS?
I’ve been struggling with this topic and am still getting the following error: “Unable to send email, check server logs for more information”
I am also unable to create an own topic because I’m still a newbie for this community.