Project

General

Profile

Actions

Feature #96034

closed

Add Symfony mailer configuration

Added by Chris no-lastname-given over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-11-18
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #94544: Allow more SMTP Configuration Settings (verify_peer)Closed2021-07-12

Actions
Actions #2

Updated by Guido Schmechel over 2 years ago

  • Related to Feature #94544: Allow more SMTP Configuration Settings (verify_peer) added
Actions #3

Updated by Guido Schmechel over 2 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.

Actions #4

Updated by Chris no-lastname-given over 2 years ago

Yes, #94544 looks exactly, what I was looking for.

Sorry for the duplicate.

Actions #5

Updated by Torben Hansen over 2 years ago

  • Status changed from New to Closed

Issue closed since it is a duplicate.

Actions

Also available in: Atom PDF