Modify

Opened 3 years ago

Closed 13 months ago

#13978 closed defect (cantfix)

AccountManager web_ui get a wrong email address to send

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.

Attachments (0)

Change History (3)

comment:1 Changed 3 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 Changed 3 years ago by Ryan J Ollos

Status: newaccepted

comment:3 Changed 13 months ago by Jun Omae

Keywords: SMTPSenderRefused removed
Priority: highnormal
Resolution: cantfix
Severity: blockernormal
Status: acceptedclosed

That is an installation issue in your environment, not a AccountManagerPlugin issue.

The SMTP server which is configured in your Trac environment requires authentication to send mails. Try to configure [notification] smtp_user and [notification] smtp_password options.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.