k1low / postman
Postman:一个CakeEmail包装器
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: 2024-09-06 09:17:47 UTC
README
审查模式
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', ));