Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[shopsys] replace swiftmailer with symfony/mailer #2470

Merged
merged 6 commits into from Jul 8, 2022

Conversation

vitek-rostislav
Copy link
Contributor

Q A
Description, reason for the PR Swift Mailer is not maintained anymore
New feature Yes
BC breaks Yes
Fixes issues ...
Have you read and signed our License Agreement for contributions? Yes

@vitek-rostislav vitek-rostislav force-pushed the rv-fw-831-mailer branch 2 times, most recently from 3c3fd75 to 1fb1e57 Compare June 15, 2022 20:35
Copy link
Member

@grossmannmartin grossmannmartin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the hard work! I love the outcome.
Can you please check my comments?

composer.json Show resolved Hide resolved
composer.json Show resolved Hide resolved
docs/installation/application-configuration.md Outdated Show resolved Hide resolved
packages/framework/src/Model/Mail/Mailer.php Outdated Show resolved Hide resolved
packages/framework/src/Model/Mail/Mailer.php Outdated Show resolved Hide resolved
project-base/config/packages/mailer.yaml Outdated Show resolved Hide resolved
docs/introduction/faq-and-common-issues.md Outdated Show resolved Hide resolved
upgrade/UPGRADE-v11.0.0-dev.md Show resolved Hide resolved
project-base/.env Show resolved Hide resolved
packages/framework/src/Model/Mail/Mailer.php Outdated Show resolved Hide resolved
packages/framework/src/Model/Mail/Mailer.php Outdated Show resolved Hide resolved
- mail spooling is not available anymore, the mails are sent immediatelly now
- MAILER_DELIVERY_WHITELIST and MAILER_MASTER_EMAIL_ADDRESS are not implemented yet
- the mails are not spooled anymore
- it is necessary to add verify_peer=false to DSN when using djfarrelly/maildev as smtp-server
- instead, the failure is logged
- MessageData is now strictly typed to ensure all required parts are filled-in
@sonarcloud
Copy link

sonarcloud bot commented Jul 8, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants