4.10.0
·
336 commits
to master
since this release
Included commits: 4.9.0...4.10.0
Improvements
- Adjusted
MailFacadeInterface::handleMail()so it executes a stack ofMailTypeBuilderPluginInterfaceplugins. - Introduced
Mail.subjectTranslationParameters,MailRecipient.nameTranslationParameters,MailSender.nameTranslationParameterstransfer properties.
Deprecations
- Deprecated
MailFacadeInterface::sendMail(). - Deprecated
MailProviderPluginInterface. - Deprecated
MailTypePluginInterface. - Deprecated
MailConstants::SMTP_HOST,MailConstants::SMTP_PORT,MailConstants::SMTP_ENCRYPTION,MailConstants::SMTP_AUTH_MODE,MailConstants::SMTP_USERNAME,MailConstants::SMTP_PASSWORD. - Deprecated
MailConfig::getSmtpHost(),MailConfig::getSmtpPort(),MailConfig::getSmtpEncryption(),MailConfig::getSmtpAuthMode(),MailConfig::getSmtpUsername(),MailConfig::getSmtpPassword().
Adjustments
- Added
MailExtensionmodule to dependencies.