intofilm/amazon-mailer-zf

Installs: 1 847

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/intofilm/amazon-mailer-zf

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

This package is not auto-updated.

Last update: 2025-10-01 22:22:22 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' => [...]]));