|
修改trac.ini
always_notify_owner = true
always_notify_reporter = yes
always_notify_updater = true
mime_encoding = quoted-printable
smtp_always_bcc =
smtp_always_cc =
smtp_default_domain =
smtp_enabled = yes
smtp_from = <myname>@example.com
smtp_password = <mypassword>
smtp_port = 25
smtp_replyto = <myname>@example.com
smtp_server = <IP address of SMTP server>
smtp_user = <myname>@example.com or myname
use_public_cc = false
use_short_addr = false
use_tls = false
我做了这样的更改。重启apache
新建一个ticket cc 到 myname or <myname>@example.com 都收不到邮件。
这是怎么回事呀? |
|