Opened 3 years ago

Last modified 13 months ago

#13978 closed defect

AccountManager web_ui get a wrong email address to send — at Version 1

Reported by: Zhao Mei Owned by: Ryan J Ollos
Priority: normal Component: AccountManagerPlugin
Severity: normal Keywords: notificaition
Cc: Trac Release: 1.4

Description (last modified by Ryan J Ollos)

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.

Change History (1)

comment:1 Changed 3 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.