We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5930f48 commit b39027fCopy full SHA for b39027f
mailer.rst
@@ -236,6 +236,17 @@ OhMySMTP ohmysmtp+smtp://API_TOKEN@default n/a
236
237
Note that the protocol is *always* HTTPs and cannot be changed.
238
239
+.. note::
240
+
241
+ The specific transports, e.g. ``mailgun+smtp`` are designed to work without any manual configuration.
242
+ Changing the port by appending it to your DSN is not supported for any of these ``<provider>+smtp` transports.
243
+ If you need to change the port, use the ``smtp`` transport instead, like so:
244
245
+ .. code-block:: env
246
247
+ # .env
248
+ MAILER_DSN=smtp://KEY:DOMAIN@smtp.eu.mailgun.org.com:25
249
250
High Availability
251
~~~~~~~~~~~~~~~~~
252
0 commit comments