striide / mailer-bundle
Useful Mailer Features.
Installs: 72
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
This package is not auto-updated.
Last update: 2025-04-12 15:35:18 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: /