I want to have postfix
to send email in my ROR project. As its safer and hax more functionality.
But now I'm quite lost. I installed postfix
, got ROR working. But next what should I do?
(I only need to send email, not receive it at the moment)
Should I configure postfix
, make it able to send email in comment line first, then integrate it into ROR?
If so, how should I set up the configure file in postfix
, and how about settings in rails
?
Or do I just need do every setting in rails
? If so, what should be the detailed setting?
I'm quite confused. Lots of tutorials either are not working or do not suit my situation.
sendmail
binary, so that's why this answer works. – Hardwick