Skip to content

Commit d5946c0

Browse files
committed
minor #9689 Update swiftmailer.rst (ArchieDoe, javiereguiluz)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9689). Discussion ---------- Update swiftmailer.rst Adding "command" parameter to sendmail transport. Commits ------- dfe33e3 Minor fixes c9adc2f Update swiftmailer.rst
2 parents a5df348 + dfe33e3 commit d5946c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

reference/configuration/swiftmailer.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Configuration
2222
* `transport`_
2323
* `username`_
2424
* `password`_
25+
* `command`_
2526
* `host`_
2627
* `port`_
2728
* `timeout`_
@@ -77,6 +78,13 @@ password
7778

7879
The password when using ``smtp`` as the transport.
7980

81+
command
82+
~~~~~~~~
83+
84+
**type**: ``string`` **default**: ``/usr/sbin/sendmail -bs``
85+
86+
Command to be executed by ``sendmail`` transport.
87+
8088
host
8189
~~~~
8290

0 commit comments

Comments
 (0)