File tree 1 file changed +5
-6
lines changed
Filter options
1 file changed +5
-6
lines changed
Original file line number Diff line number Diff line change @@ -142,14 +142,13 @@ The mailer will start using the first transport and if it fails, it will retry
142
142
the same delivery with the next transports until one of them succeeds (or until
143
143
all of them fail).
144
144
145
- Disable TLS peer verification
146
- -----------------------------
145
+ TLS Peer Verification
146
+ ---------------------
147
147
148
- Symfony's mailer supports TLS peer verification by default, but in some cases,
149
- this verification shouldn't be done, like if the SMTP server has a self signed
150
- certificate.
148
+ SMTP tranports supports TLS peer verification by default, but in some cases, you
149
+ may want to turn this off. For example, in a development environment.
151
150
152
- In such case, a parameter can be used in the DSN::
151
+ In such case, add the ` verify_peer ` parameter to the DSN::
153
152
154
153
$dsn = 'smtp://user:pass@smtp.example.com?verify_peer=false'
155
154
You can’t perform that action at this time.
0 commit comments