diff options
author | Nicolas Braud-Santoni <nicoo@ffgraz.net> | 2016-08-21 00:16:45 +0200 |
---|---|---|
committer | Nicolas Braud-Santoni <nicoo@ffgraz.net> | 2016-08-21 00:16:45 +0200 |
commit | e4031d1c096dd7008d88bcb17c8cf1831f2b52d9 (patch) | |
tree | 32b6320465e09a0d5f354e86ecab1ef4deef6f90 /msmtprc | |
parent | 664d4179d8f661747f09a9e2982d46793181b56a (diff) |
Add a MTA for sending mails
It turns out that ActionMailer's SMTP implementation is
too deficient to interoperate with Postfix.
Diffstat (limited to 'msmtprc')
-rw-r--r-- | msmtprc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +host 172.17.0.1 +from no-reply@ffgraz.net |