symfony-bundle mailer-bundle
Useful Mailer Features.
striide/mailer-bundle
Useful Mailer Features.
- Tuesday, October 9, 2012
- by chadl
- Repository
- 1 Watchers
- 1 Stars
- 68 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
StriideMailerBundle
The intent with this bundle is to wrap and embelish the mail behaviour in Symfony
and Swift., (*1)
Example:
$message = new Message();
$message->setTo();
..., (*2)
$this->get('striide_mailer.mail.service')->send($message);, (*3)
Which will log the currnetly mail/message, with more behaviour to follow., (*4)
Routing
StriideMailerBundle:
resource: "@StriideMailerBundle/Controller/"
type: annotation
prefix: /, (*5)