k1low / postman
Postman: a CakeEmail wrapper
Fund package maintenance!
k1LoW
Installs: 3 636
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- composer/installers: *
- smarty/smarty: 3.1.*
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-11-06 09:37:05 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', ));