spryker / mail
Mail module
4.12.1
2024-11-04 14:07 UTC
Requires
- php: >=8.2
- spryker/glossary: ^3.0.0
- spryker/kernel: ^3.52.0
- spryker/locale: ^3.0.0 || ^4.0.0
- spryker/mail-extension: ^1.0.0
- spryker/transfer: ^3.33.0
- swiftmailer/swiftmailer: ^6.1.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-19 22:38:23 UTC
README
Mail module helps to create emails to be sent. To send mails, Mail uses the email provider defined for the project and each provider behaves differently. One takes a fully rendered template and sends it, one just receives a request with query params and another one only works with a well formatted JSON. There are many ways Mail providers do their job. Therefore Mail module is suited to work easily with a wide range of providers. To get started a simple provider has been included. The default provider uses SwiftMailer.
Installation
composer require spryker/mail