Ticket #3057 (closed enhancement: fixed)
New smtp field on config
| Reported by: | Pedro Algarvio, aka, s0undt3ch <ufs@…> | Owned by: | eblot |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | ticket system | Version: | devel |
| Severity: | normal | Keywords: | notification email |
| Cc: |
Description
There's a need to introduce yet another field in trac.ini
Some mailing lists only accept mail if it's email address is on Cc or To.
Now, by default trac sends emails as BCc. Normally this will be fine cuz mailing list addresses are public, but what if a user also wants a copy to a private email address? Theres no way trac can handle this, unless we add smtp_always_bcc to smtp_always_cc, and probably we can remove allow_public_cc or leave it for compatability reasons.
Either way, trac should be able to address this issue.
See also #2861.


