From 8b549f59ddbfb1f1e214e808a454da71e4b0f0b1 Mon Sep 17 00:00:00 2001 From: Archie Vasyatkin Date: Thu, 26 Apr 2018 15:54:19 +0100 Subject: [PATCH 1/2] Update swiftmailer.rst --- reference/configuration/swiftmailer.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reference/configuration/swiftmailer.rst b/reference/configuration/swiftmailer.rst index 5eedc920987..b71547c444b 100644 --- a/reference/configuration/swiftmailer.rst +++ b/reference/configuration/swiftmailer.rst @@ -77,6 +77,13 @@ password The password when using ``smtp`` as the transport. +command +~~~~~~~~ + +**type**: ``string`` + +Command to be executed by ``sendmail`` transport. + host ~~~~ From f81b34b8cf450759e8181d288913912810b0a3d8 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 27 Apr 2018 08:43:32 +0200 Subject: [PATCH 2/2] Minor fixes --- reference/configuration/swiftmailer.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/configuration/swiftmailer.rst b/reference/configuration/swiftmailer.rst index b71547c444b..1d85e8064da 100644 --- a/reference/configuration/swiftmailer.rst +++ b/reference/configuration/swiftmailer.rst @@ -22,6 +22,7 @@ Configuration * `transport`_ * `username`_ * `password`_ +* `command`_ * `host`_ * `port`_ * `timeout`_ @@ -80,7 +81,7 @@ The password when using ``smtp`` as the transport. command ~~~~~~~~ -**type**: ``string`` +**type**: ``string`` **default**: ``/usr/sbin/sendmail -bs`` Command to be executed by ``sendmail`` transport.