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

Also available in: Atom PDF