
'mail' => array(
'on' => '1',
'from_address' => "bugfree-noreply@taobaocom",
'from_name' => 'BugFree',
'send_method' => 'SMTP', //MAIL|SENDMAIL|SMTP|QMAIL
'send_params' => array(
'host' => 'yourmailhost', // The server to connect Default is localhost
'smtp_auth' => false, // Whether or not to use SMTP authentication Default is FALSE
'username' => '', // The username to use for SMTP authentication
'password' => '' // The password to use for SMTP authentication
)
)
BugFree可以实时和定时发送邮件通知。在新建Bug或Test Case并保存后,指派给和抄送给将收到实时邮件通知。可以在“抄送给”编辑框输入多个用户帐号或者邮件地址,地址之间用逗号分隔。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)