striide/mailer-bundle

Useful Mailer Features.

dev-master 2012-10-09 10:36 UTC

This package is not auto-updated.

Last update: 2024-06-08 11:40:12 UTC


README

The intent with this bundle is to wrap and embelish the mail behaviour in Symfony and Swift.

Example:

$message = new Message(); $message->setTo(); ...

$this->get('striide_mailer.mail.service')->send($message);

Which will log the currnetly mail/message, with more behaviour to follow.

Routing

StriideMailerBundle: resource: "@StriideMailerBundle/Controller/" type: annotation prefix: /