engineyard / engineyard/ey-docs

Why setup ssmtp when using external smtp relay inside rails?

Open
#117 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
26
Forks
11
PR merge metrics
No merged PRs in 30d

Description

The only reason I can think you might want to use ssmtp is if you cron/other jobs running on the load machine and you want to relay those messages somewhere else. Other that that, if you're using something like sendgrid, why wouldnt' you just use :smtp deliver mode? Even in that case, it doesn't make sense to use :sendmail inside the rails app to me, you should just use :smtp.

Any ideas?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.