intofilm / amazon-mailer-zf
dev-master
2022-12-13 11:15 UTC
Requires (Dev)
- aws/aws-sdk-php: 2.7.0
- zendframework/zendframework1: 1.12.18
This package is not auto-updated.
Last update: 2024-12-11 18:54:39 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' => [...]]));