striide / mailer-bundle
Useful Mailer Features.
Package info
github.com/chadl/StriideMailerBundle
Type:symfony-bundle
pkg:composer/striide/mailer-bundle
dev-master
2012-10-09 10:36 UTC
Requires
- php: >=5.3.2
This package is not auto-updated.
Last update: 2026-02-28 19:49:49 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: /