|
看看这里:
itop根据触发发送邮件,要把这个地方设定为false,之前是true,即使触发了,但是邮件发不出去。但是测试邮件可以。
// email_asynchronous: If set, the emails are sent off line, which requires cron.php to be activated. Exception: some features like the email test utility will force the serialized mode
// default: false
'email_asynchronous' => false, |
|