2017 © Pedro Peláez
 

symfony-bundle spoolmailerbundle

Database spool emails

image

appventus/spoolmailerbundle

Database spool emails

  • Wednesday, March 7, 2018
  • by lenybernard
  • Repository
  • 2 Watchers
  • 6 Stars
  • 13,825 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 5 Forks
  • 2 Open issues
  • 10 Versions
  • 2 % Grown

The README.md

AvSpoolMailerBundle

Allow you to store your mails as a spool and send transactionnal direct mails or store it in db, (*1)


1) Installation, (*2)

This bundle is on Packagist here : https://packagist.org/packages/appventus/spoolmailerbundle, (*3)

2) Configuration :, (*4)

Import this in your config.yml : - { resource: @AvSpoolMailerBundle/Resources/config/config.yml }, (*5)

Always in config.yml, overwrite the sender mail config:, (*6)

av_awesome_spool_mailer:
    contact_addresses:
      admin:
        address: [yours]
        name: [yours]
      noreply:
        address: [yours]
        name: [yours]
      ...

Add your owns, each row inside contact addresses will automatically be accessible in the parameter bag following this scheme :, (*7)

example :, (*8)

contact_addresses_**KEY**_address

3) Usage :, (*9)

You can spool message in db with : $this->get('spool_mailer')->queueMessage($message);, (*10)

You can send instant email in controller with : $this->get('instant_mailer')->send($message);, (*11)

To send spooled messages, call : php app/console swiftmailer:spool:send, (*12)

The Versions

07/03 2018
07/03 2018

dev-analysis-XkpDBa

dev-analysis-XkpDBa

Database spool emails

  Sources   Download

MIT

The Requires

 

swiftmailer doctrine spool

06/03 2018

dev-analysis-qxp9xM

dev-analysis-qxp9xM

Database spool emails

  Sources   Download

MIT

The Requires

 

swiftmailer doctrine spool

16/07 2017

1.0.x-dev

1.0.9999999.9999999-dev

Database spool emails

  Sources   Download

MIT

The Requires

 

swiftmailer doctrine spool