k1low/postman

Postman: a CakeEmail wrapper

Fund package maintenance!
k1LoW

Installs: 3 621

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

0.2.0 2015-10-09 07:08 UTC

This package is auto-updated.

Last update: 2024-04-06 08:18:00 UTC


README

Censorship mode

Configure::write('Postman.censorship.mode', true);
Configure::write('Postman.censorship.config', array(
    'transport' => 'Smtp',
    'from' => array('from@mailback.me' => 'from'),
    'to' => 'to+postman@fusic.co.jp',
    'host' => 'mail.mailback.me',
    'port' => 25,
    'timeout' => 30,
    'log' => false,
    'charset' => 'utf-8',
    'headerCharset' => 'utf-8',
));