freshheads/mailer-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

This bundle makes it easy to compose email messages for the symfony mailer.

Maintainers

Package info

github.com/freshheads/FHMailerBundle

Type:symfony-bundle

pkg:composer/freshheads/mailer-bundle

Statistics

Installs: 23 597

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

2.0.0 2022-07-04 11:59 UTC

This package is auto-updated.

Last update: 2026-02-02 07:46:47 UTC


README

Build Status Scrutinizer Code Quality Code Coverage

The mailer bundle can be used to simplify the mail sending process in your application. It is a wrapper around the new Symfony mailer component to make it even better.

To quote Symfony's documentation:

Symfony's Mailer & Mime components form a powerful system for creating and sending emails - complete with support for multipart messages, Twig integration, CSS inlining, file attachments and a lot more.

Go have a look at the documentation for information on how to configure any of the mentioned features (and more!): https://symfony.com/doc/current/mailer.html

Documentation