Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#3460 closed enhancement (worksforme)

Support for SMTP login/password

Reported by: Remi Owned by: Jonas Borgström
Priority: normal Milestone:
Component: ticket system Version: 0.9.6
Severity: normal Keywords: notification email
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

For e-mail notifications, can Trac please support SMTP login/password for SMTP servers that require a login/password before sending the e-mail ?

All that's needed is a call to "server.login" before calling server.sendmail, like this:

server = smtplib.SMTP('mail-server') server.login('login', 'password')

Thanks,

Remi.

Attachments (0)

Change History (2)

comment:1 by anonymous, 18 years ago

Type: defectenhancement

comment:2 by Emmanuel Blot, 18 years ago

Component: generalticket system
Keywords: notification email added
Resolution: worksforme
Status: newclosed

This feature has been implemented a long time ago.

Please read the documentation: TracNotification

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.