Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 554 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 554 Bytes

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