2017 © Pedro Peláez
 

symfony-bundle mail

Symfony Budnle for Email templates, variables and attachments integration

image

youshido/mail

Symfony Budnle for Email templates, variables and attachments integration

  • Thursday, February 15, 2018
  • by portey
  • Repository
  • 2 Watchers
  • 1 Stars
  • 825 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 1 % Grown

The README.md

Mail Bundle

1. Basic config:

``` yaml youshido_mail: config: from: test@test.com # default from for all emails emails: registration_success: # email config id subject: Welcome to our service #not necessary template: '@App/emails/register-success.html.twig' from: billing@test.com # optional From for this config personal_reminder: # email config id subject: Hi %name%, your reminder is here! template: '@App/emails/register-success.html.twig' from: billing@test.com # optional From for this config, (*1)


### 2. Usage: ``` php $mailer = $this->container->get('youshido.mailer'); $mailer->sendEmailWithId('registration_success', 'user@test.com', ['name' => 'Alex']); $mailer->sendEmailWithId('personal_reminder', 'user@test.com', ['name' => 'Alex']);

The Versions

15/02 2018

dev-master

9999999-dev https://github.com/Youshido/MailBundle

Symfony Budnle for Email templates, variables and attachments integration

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

mail bundle symfony email template cid email variable

09/05 2017

v0.2.6

0.2.6.0 https://github.com/Youshido/MailBundle

Symfony Budnle for Email templates, variables and attachments integration

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

mail bundle symfony email template cid email variable

24/04 2017

v0.2.5

0.2.5.0 https://github.com/Youshido/MailBundle

Symfony Budnle for Email templates, variables and attachments integration

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

mail bundle symfony email template cid email variable

18/02 2017

v0.2.4

0.2.4.0 https://github.com/Youshido/MailBundle

Symfony Budnle for Email templates, variables and attachments integration

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

mail bundle symfony email template cid email variable

16/02 2017

v0.2.3

0.2.3.0 https://github.com/Youshido/MailBundle

Symfony Budnle for Email templates, variables and attachments integration

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

mail bundle symfony email template cid email variable

12/02 2017

v0.2.2

0.2.2.0 https://github.com/Youshido/MailBundle

Symfony Budnle for Email templates, variables and attachments integration

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

mail bundle symfony email template cid email variable

12/02 2017

v0.2.1

0.2.1.0 https://github.com/Youshido/MailBundle

Symfony Budnle for Email templates, variables and attachments integration

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

mail bundle symfony email template cid email variable

12/02 2017

v0.2

0.2.0.0 https://github.com/Youshido/MailBundle

Symfony Budnle for Email templates, variables and attachments integration

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

mail bundle symfony email template cid email variable

11/02 2017

dev-develop

dev-develop https://github.com/Youshido/MailBundle

Symfony Budnle for Email templates, variables and attachments integration

  Sources   Download

MIT

The Requires

 

by Alexandr Viniychuk
by Portey Vasil

mail bundle symfony email template cid email variable

21/11 2016

v0.0.5

0.0.5.0 https://github.com/Youshido/MailBundle

Bundle for easy integrations mail sending

  Sources   Download

MIT

The Requires

 

by Portey Vasil

mail bundle symfony mail generator

24/04 2016

v0.0.3

0.0.3.0 https://github.com/Youshido/MailBundle

Bundle for easy integrations mail sending

  Sources   Download

MIT

The Requires

 

by Portey Vasil

mail bundle symfony mail generator

24/04 2016

v0.0.4

0.0.4.0 https://github.com/Youshido/MailBundle

Bundle for easy integrations mail sending

  Sources   Download

MIT

The Requires

 

by Portey Vasil

mail bundle symfony mail generator

22/04 2016

v0.0.2

0.0.2.0 https://github.com/Youshido/MailBundle

Bundle for easy integrations mail sending

  Sources   Download

MIT

The Requires

 

by Portey Vasil

mail bundle symfony mail generator

25/11 2015

v0.0.1

0.0.1.0 https://github.com/Youshido/MailBundle

Bundle for easy integrations mail sending

  Sources   Download

MIT

The Requires

 

by Portey Vasil

mail bundle symfony mail generator