Skip to content

Instantly share code, notes, and snippets.

@wittwerch
wittwerch / AmazonTransport.php
Created September 30, 2016 09:10
Example transport class to send through Amazon API
<?php
/**
* @package Mautic
* @copyright 2014 Mautic Contributors. All rights reserved.
* @author Mautic
* @link http://mautic.org
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
namespace Mautic\EmailBundle\Swiftmailer\Transport;
@wittwerch
wittwerch / gist:6c223a102b9c4427f50e65f7521aab14
Created April 12, 2016 11:46
Sparkpost bounce and unsubscribe management
<?php
/**
* @package Mautic
* @copyright 2014 Mautic Contributors. All rights reserved.
* @author Mautic
* @link http://mautic.org
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
namespace Mautic\EmailBundle\Swiftmailer\Transport;