spryker/mail

Mail module

Maintainers

👁 spryker-bot

Package info

github.com/spryker/mail

pkg:composer/spryker/mail

Statistics

Installs: 2 808 487

Dependents: 42

Suggesters: 2

Stars: 0

4.12.1 2024-11-04 14:07 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

proprietary d51c9ee68b06f409d7ee0545465b1785237df652


README

👁 Latest Stable Version
👁 Minimum PHP Version

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

Documentation

Spryker Documentation