8000 Minor tweaks · symfony/symfony-docs@2bd1a22 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bd1a22

Browse files
javiereguiluzxabbuh
authored andcommitted
Minor tweaks
1 parent b161bd8 commit 2bd1a22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/configuration/swiftmailer.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ url
4646

4747
**type**: ``string``
4848

49-
The URL to configure swift mailer.
49+
The entire SwiftMailer configuration using a DSN-like URL format.
5050

5151
Example: ``smtp://user:pass@host:port/?timeout=60&encryption=ssl&auth_mode=login&...``
5252

@@ -97,21 +97,21 @@ timeout
9797

9898
**type**: ``integer``
9999

100-
The timeout when using ``smtp`` as the transport
100+
The timeout in seconds when using ``smtp`` as the transport.
101101

102102
source_ip
103103
~~~~~~~~~
104104

105105
**type**: ``string``
106106

107-
The source IP when using ``smtp`` as the transport
107+
The source IP address when using ``smtp`` as the transport.
108108

109109
local_domain
110110
~~~~~~~~~~~~
111111

112112
**type**: ``string``
113113

114-
The domain name to use in HELO command.
114+
The domain name to use in ``HELO`` command.
115115

116116
encryption
117117
~~~~~~~~~~

0 commit comments

Comments
 (0)
0