Feature #96034
closedAdd Symfony mailer configuration
0%
Description
The Symfonie mailer allows to configure serveral options, like the "TLS Peer Verification" (https://symfony.com/doc/current/mailer.html#tls-peer-verification):
By default, SMTP transports perform TLS peer verification. This behavior is configurable with the verify_peer option. Although it's not recommended to disable this verification for security reasons, it can be useful while developing the application or when using a self-signed certificate:
$dsn = 'smtp://user:pass@smtp.example.com?verify_peer=0';
It would be nice, if this and other options could be configured in TYPO3 as well.
Updated by Guido Schmechel about 3 years ago
- Related to Feature #94544: Allow more SMTP Configuration Settings (verify_peer) added
Updated by Guido Schmechel about 3 years ago
Is https://review.typo3.org/c/Packages/TYPO3.CMS/+/69907 maybe a suitable solution for you? verify_peer via transport_smtp_stream_options.
Let us know if this is a duplicate, then we can close the ticket.
Updated by Chris no-lastname-given about 3 years ago
Yes, #94544 looks exactly, what I was looking for.
Sorry for the duplicate.
Updated by Torben Hansen almost 3 years ago
- Status changed from New to Closed
Issue closed since it is a duplicate.