gobline/mailer

Mailer component

v3.0.0 2016-01-27 17:22 UTC

This package is auto-updated.

Last update: 2024-03-12 18:29:29 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