Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
symfony_mailer
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
symfony_mailer
Merge requests
!23
Issue
#3256740
: Add an option to disable peer verification for SMTP
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue
#3256740
: Add an option to disable peer verification for SMTP
issue/symfony_mailer-3256740:3256740-add-an-option
into
1.x
Overview
11
Commits
4
Pipelines
0
Changes
4
4 open threads
Hide all comments
Merged
Issue #3256740: Add an option to disable peer verification for SMTP
mschudders
requested to merge
issue/symfony_mailer-3256740:3256740-add-an-option
into
1.x
May 13, 2022
Overview
11
Commits
4
Pipelines
0
Changes
4
4 open threads
Hide all comments
0
0
Merge request reports
Compare
1.x
version 4
b020c5a3
Oct 13, 2022
version 3
ec4a1abe
Oct 11, 2022
version 2
a5b2fb94
May 16, 2022
version 1
59ed721c
May 13, 2022
1.x (base)
and
latest version
latest version
5eccb2d8
4 commits,
Oct 14, 2022
version 4
b020c5a3
4 commits,
Oct 13, 2022
version 3
ec4a1abe
3 commits,
Oct 11, 2022
version 2
a5b2fb94
2 commits,
May 16, 2022
version 1
59ed721c
1 commit,
May 13, 2022
4 files
+
97
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
config/schema/symfony_mailer.schema.yml
+
19
−
0
View file @ 5eccb2d8
Edit in single-file editor
Open in Web IDE
Show full file
@@ -69,6 +69,25 @@ symfony_mailer.transport_plugin.smtp:
port
:
type
:
integer
label
:
'
Port'
query
:
type
:
mapping
label
:
'
URL
query
parameters'
mapping
:
verify_peer
:
type
:
boolean
label
:
'
Verify
peer'
local_domain
:
type
:
string
label
:
'
HELO
command
domain
name'
restart_threshold
:
type
:
integer
label
:
'
Restart
threshold'
restart_threshold_sleep
:
type
:
integer
label
:
'
Restart
threshold
sleep'
ping_threshold
:
type
:
integer
label
:
'
Ping
threshold'
symfony_mailer.mailer_policy.*
:
type
:
config_entity
Loading