intofilm/amazon-mailer-zf

dev-master 2022-12-13 11:15 UTC

This package is not auto-updated.

Last update: 2024-04-17 15:58:53 UTC


README

Quick and dirty SES mail transport for use in ancient ZF1 projects. Locked to specific versions in require-dev to make life easier.

Usage

composer require intofilm/amazon-mailer-zf

use IntoFilm\Zend\Mail\Transport\AmazonSes;

Zend_Mail::setDefaultTransport(new AmazonSes(['region' => 'eu-west-1', 'credentials' => [...]]));