2017 © Pedro Peláez
 

symfony-bundle mailer-bundle

Stack Instance Mailer

image

stackinstance/mailer-bundle

Stack Instance Mailer

  • Monday, December 4, 2017
  • by r.kootstra
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,596 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 7 % Grown

The README.md

Stack Instance Mailer bundle

How to install

composer require stackinstance/mailer-bundle, (*1)

Usage

/**
 * @Route("/mail", name="mail")
 */
public function mailAction()
{
    $mailer     = $this->container->get('stack_instance.mailer');
    $attachment = new Attachment();

    $attachment->attach('/path/to/file/test.csv', 'file.csv', 'text/csv');

    $mailer->send('This is my subject', 'This is the body', 'to@example.org', 'from@example.org', 'cc@address.com', 'bcc@address.com', $attachment);
}

Website

  • https://raymondkootstra.nl

PHP requirements

As of version 2.0.2 the Stack Instance Mailer bundle needs a minimum of php 7.0.0, (*2)

The Versions

04/12 2017

dev-master

9999999-dev

Stack Instance Mailer

  Sources   Download

MIT

The Requires

 

by Ray Kootstra

mailer bundle

04/12 2017

2.0.1

2.0.1.0

Stack Instance Mailer

  Sources   Download

MIT

The Requires

 

by Ray Kootstra

mailer bundle

04/12 2017

2.0.0

2.0.0.0

Stack Instance Mailer

  Sources   Download

MIT

The Requires

 

by Ray Kootstra

mailer bundle

31/10 2017

1.3.0

1.3.0.0

Stack Instance Mailer

  Sources   Download

MIT

The Requires

 

by Ray Kootstra

mailer bundle

22/09 2017

1.2.1

1.2.1.0

Stack Instance Mailer

  Sources   Download

MIT

The Requires

 

by Ray Kootstra

mailer bundle

22/03 2017

1.1.1

1.1.1.0

Stack Instance Mailer

  Sources   Download

MIT

The Requires

 

by Ray Kootstra

mailer bundle

01/08 2016

1.1.0

1.1.0.0

Stack Instance Mailer

  Sources   Download

MIT

The Requires

 

by Ray Kootstra

mailer bundle

01/08 2016

1.0.4

1.0.4.0

Stack Instance Mailer

  Sources   Download

MIT

The Requires

 

by Ray Kootstra

mailer bundle

29/07 2016

1.0.3

1.0.3.0

Stack Instance Mailer

  Sources   Download

MIT

The Requires

 

by Ray Kootstra

mailer bundle

22/06 2016

1.0.2

1.0.2.0

Stack Instance Mailer

  Sources   Download

MIT

The Requires

 

by Ray Kootstra

mailer bundle

22/06 2016

1.0.0

1.0.0.0

Stack Instance Mailer

  Sources   Download

MIT

The Requires

 

by Ray Kootstra

mailer bundle