gobline / mailer
Mailer component
v3.0.0
2016-01-27 17:22 UTC
Requires
- php: >=5.6.0
- swiftmailer/swiftmailer: 5.3.*@dev
This package is auto-updated.
Last update: 2024-11-12 20:22:10 UTC
README
Gobline\Mailer\SwiftMailer
is a subclass of Fabien Potencier's Swift_Mailer class.
It allows to store a default sender in the Swift_Mailer instance.
This avoids specifying (hard-coded) the same sender address with $message->setFrom()
for every new message application-wide.
Installation
You can install the Mailer component using the dependency management tool Composer. Run the require command to resolve and download the dependencies:
composer require gobline/mailer