[bridgedb/develop] Clarify comment string for EMAIL_SMTP_FROM_ADDR in config.

commit a56a5a2978179ae8a88a6c3f8a19eb1119fd6711 Author: Isis Lovecruft <isis@torproject.org> Date: Tue May 27 22:21:09 2014 +0000 Clarify comment string for EMAIL_SMTP_FROM_ADDR in config. --- bridgedb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridgedb.conf b/bridgedb.conf index eaf82ed..eac6a34 100644 --- a/bridgedb.conf +++ b/bridgedb.conf @@ -279,7 +279,7 @@ EMAIL_DIST = True # EMAIL_FROM_ADDR goes in the 'From:' header on outgoing emails: EMAIL_FROM_ADDR = "bridges@torproject.org" -# EMAIL_SMTP_FROM_ADDR goes in the 'Mail-From:' header in outgoing SMTP: +# EMAIL_SMTP_FROM_ADDR goes in the 'MAIL FROM:' command in outgoing SMTP: EMAIL_SMTP_FROM_ADDR = "bridges@torproject.org" EMAIL_SMTP_HOST = "127.0.0.1"
participants (1)
-
isis@torproject.org