2017 © Pedro Peláez
 

symfony-bundle mailer-bundle

Useful Mailer Features.

image

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

The README.md

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)

The Versions

09/10 2012

dev-master

9999999-dev https://github.com/chadl/StriideMailerBundle.git

Useful Mailer Features.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Chad Lindstrom

mail symfony2