k1low / postman
Postman: a CakeEmail wrapper
Fund package maintenance!
0.2.0
2015-10-09 07:08 UTC
Requires
- composer/installers: *
- smarty/smarty: 3.1.*
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2026-03-06 12:41:19 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', ));