From e4031d1c096dd7008d88bcb17c8cf1831f2b52d9 Mon Sep 17 00:00:00 2001 From: Nicolas Braud-Santoni Date: Sun, 21 Aug 2016 00:16:45 +0200 Subject: Add a MTA for sending mails It turns out that ActionMailer's SMTP implementation is too deficient to interoperate with Postfix. --- msmtprc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 msmtprc (limited to 'msmtprc') diff --git a/msmtprc b/msmtprc new file mode 100644 index 0000000..1ff7620 --- /dev/null +++ b/msmtprc @@ -0,0 +1,2 @@ +host 172.17.0.1 +from no-reply@ffgraz.net -- cgit v1.2.1