Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 21
---
title: Prepare Exchange SwiftMailer with Symfony mailer
issue: NEXT-12246
author: Stefan Sluiter
author_email: [email protected]
author_github: @ssltg
---
- Deprecated
Shopware\Core\Content\MailTemplate\Service\MailSender
- Deprecated
Shopware\Core\Content\MailTemplate\Service\MailSenderInterface
- Deprecated
Shopware\Core\Content\MailTemplate\Service\MailService
- Deprecated argument
mailService
inShopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber
- Deprecated method
createMessage
inShopware\Core\Content\MailTemplate\Service\MessageFactory
usecreateMail
instead
We will exchange the current default mailer Swift_Mailer
with the Symfony\Mailer
in 6.4.0.
If this concerns your own code changes, you can already implement your changes behind this feature flag to minimize your work on the release of the 6.4.0. Please refer to feature flag handling on docs.shopware.com about the handling of feature flags.