Modify ↓
Opened 2 years ago
Last modified 23 months ago
#13978 accepted defect
AccountManager web_ui get a wrong email address to send
Reported by: | Zhao Mei | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | AccountManagerPlugin |
Severity: | blocker | Keywords: | notificaition SMTPSenderRefused |
Cc: | Trac Release: | 1.4 |
Description (last modified by )
version : dev-0.6 AccountManager updated 2020-12-24 , trac 1.4 when I create a ticket , It report send email to xxx@… failure, log like this:
2021-03-24 16:02:35,205 Trac[web_ui] ERROR: Failure sending notification on creation of ticket #4: SMTPSenderRefused: (553, 'authentication is required', 'xxx@qq.com')
The address xxx@qq.com
should not be the address used to send email but the address of the owner to receive email. It should get email address and smtp configurations from trac.ini but not the user info.
Attachments (0)
Change History (2)
comment:1 Changed 2 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 23 months ago by
Status: | new → accepted |
---|
Note: See
TracTickets for help on using
tickets.