Is it possible to use sendmail?

Hi,

I have a simple rails app that sends an email using sendmail. The application deploys and starts up without a problem but throws an error when it tries to send an email. Since it works locally, I assume renders servers don’t have sendmail installed? Is that the problem?

Thanks!

Hi,

Render doesn’t provide any SMTP relays/features, in addition, AWS-based instances (most of them) have port 25 blocked by default.

You’d need to configure details for an appropriate SMTP server/relay that doesn’t use port 25.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.