File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -145,26 +145,23 @@ sleep
145
145
Used with ``Swift_Plugins_AntiFloodPlugin ``. This is the number of seconds
146
146
to sleep for during a transport restart.
147
147
148
- delivery_address
149
- ~~~~~~~~~~~~~~~~
148
+ delivery_addresses
149
+ ~~~~~~~~~~~~~~~~~~
150
150
151
- **type **: ``string ``
151
+ **type **: ``array ``
152
+
153
+ .. note ::
154
+
155
+ In previous versions, this option was called ``delivery_address ``
152
156
153
- If set, all email messages will be sent to this address instead of being
157
+ If set, all email messages will be sent to these addresses instead of being
154
158
sent to their actual recipients. This is often useful when developing. For
155
159
example, by setting this in the ``config_dev.yml `` file, you can guarantee
156
- that all emails sent during development go to a single account .
160
+ that all emails sent during development go to one or more some specific accounts .
157
161
158
162
This uses ``Swift_Plugins_RedirectingPlugin ``. Original recipients are available
159
163
on the ``X-Swift-To ``, ``X-Swift-Cc `` and ``X-Swift-Bcc `` headers.
160
164
161
- delivery_addresses
162
- ~~~~~~~~~~~~~~~~~~
163
-
164
- **type **: ``array ``
165
-
166
- If set, all email messages will be sent to this list of addresses, using the same logic as ``delivery_address ``.
167
-
168
165
delivery_whitelist
169
166
~~~~~~~~~~~~~~~~~~
170
167
You can’t perform that action at this time.
0 commit comments