engineyard / engineyard/ey-docs
Why setup ssmtp when using external smtp relay inside rails?
Open
- 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.