k1low/postman

Postman:一个CakeEmail包装器

资助包维护!
k1LoW

安装次数: 3,635

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

类型:cakephp-plugin

0.2.0 2015-10-09 07:08 UTC

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',
));