Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why setup ssmtp when using external smtp relay inside rails? #117

Open
mmainguy opened this issue Sep 2, 2011 · 0 comments
Open

Why setup ssmtp when using external smtp relay inside rails? #117

mmainguy opened this issue Sep 2, 2011 · 0 comments

Comments

@mmainguy
Copy link

mmainguy commented Sep 2, 2011

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant