This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier ce372672d0 feature #33237 [Mailer] Remove the auth mode DSN option and support in the eSMTP transport (fabpot)
This PR was merged into the 4.4 branch.

Discussion
----------

[Mailer] Remove the auth mode DSN option and support in the eSMTP transport

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | yes     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | -

The authentication mode can be automatically negotiated between the Mailer and the SMTP server. There is an option to force it to a given auth mode, but I don't see any valid use case. So, let's remove that feature.

Commits
-------

34cbda53c4 [Mailer] removed the auth mode DSN option and support in the eSMTP transport
2019-08-19 14:19:32 +02:00
..
Asset Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
BrowserKit Merge branch '4.3' into 4.4 2019-08-19 13:17:23 +02:00
Cache Merge branch '4.3' into 4.4 2019-08-19 13:17:23 +02:00
Config Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +02:00
Console Merge branch '4.3' into 4.4 2019-08-19 13:17:23 +02:00
CssSelector Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +02:00
Debug Import return annotations from vendors 2019-08-14 15:27:41 +02:00
DependencyInjection Merge branch '4.3' into 4.4 2019-08-19 13:17:23 +02:00
DomCrawler Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +02:00
Dotenv Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
ErrorHandler feature #33155 [ErrorHandler] Added call() method utility to turns any PHP error into \ErrorException (yceruto) 2019-08-18 10:09:38 +02:00
ErrorRenderer Fix deprecation in 4.4 branche 2019-08-08 21:31:13 +02:00
EventDispatcher Merge branch '4.3' into 4.4 2019-08-10 22:49:34 +02:00
ExpressionLanguage Merge branch '4.3' into 4.4 2019-08-08 14:07:40 +02:00
Filesystem Merge branch '3.4' into 4.3 2019-08-19 13:14:47 +02:00
Finder Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +02:00
Form Add types to private and final methods. 2019-08-18 11:59:28 +02:00
HttpClient Bump minimal requirements 2019-08-10 23:01:55 +02:00
HttpFoundation Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
HttpKernel Import return annotations from vendors 2019-08-14 15:27:41 +02:00
Inflector Merge branch '4.3' into 4.4 2019-08-07 14:00:28 +02:00
Intl bug #33140 [Intl] Full alpha3 language support (ro0NL) 2019-08-18 10:17:19 +02:00
Ldap Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +02:00
Lock trigger a deprecation not a notice 2019-08-15 09:51:39 +02:00
Mailer feature #33237 [Mailer] Remove the auth mode DSN option and support in the eSMTP transport (fabpot) 2019-08-19 14:19:32 +02:00
Messenger Merge branch '4.3' into 4.4 2019-08-19 13:17:23 +02:00
Mime Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +02:00
OptionsResolver Merge branch '4.3' into 4.4 2019-08-08 14:07:40 +02:00
Process Merge branch '4.3' into 4.4 2019-08-19 13:17:23 +02:00
PropertyAccess Add types to private and final methods. 2019-08-18 11:59:28 +02:00
PropertyInfo Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +02:00
Routing Merge branch '4.3' into 4.4 2019-08-19 13:17:23 +02:00
Security Merge branch '4.3' into 4.4 2019-08-19 13:17:23 +02:00
Serializer Merge branch '4.3' into 4.4 2019-08-16 08:37:15 +02:00
Stopwatch Merge branch '4.3' into 4.4 2019-08-07 14:00:28 +02:00
Templating Merge branch '4.3' into 4.4 2019-08-08 14:07:40 +02:00
Translation Add types to private and final methods. 2019-08-18 11:59:28 +02:00
Validator Merge branch '4.3' into 4.4 2019-08-19 13:17:23 +02:00
VarDumper [Mailer] fix tests 2019-08-19 13:34:47 +02:00
VarExporter Merge branch '4.3' into 4.4 2019-08-08 22:52:24 +02:00
WebLink Import return annotations from vendors 2019-08-14 15:27:41 +02:00
Workflow Add types to private and final methods. 2019-08-18 11:59:28 +02:00
Yaml Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +02:00