Modify ↓
Opened 19 years ago
Closed 19 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 , 19 years ago
| Type: | defect → enhancement |
|---|
comment:2 by , 19 years ago
| Component: | general → ticket system |
|---|---|
| Keywords: | notification email added |
| Resolution: | → worksforme |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



This feature has been implemented a long time ago.
Please read the documentation: TracNotification