Modify ↓
Opened 17 years ago
Closed 8 years ago
#2481 closed defect (wontfix)
no autorization in the script / smtp relaying problem
Reported by: | Owned by: | nextime | |
---|---|---|---|
Priority: | normal | Component: | TicketRemindScript |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
hi there again,
i cant send a email report from different email address than advisor@…
this is not a problem that i didnt checked your extension which allows to set in config the from parameter (this dont help). this is a problem with smpt relaying. on my server it is disabled and i cant just set a email address which i want to be a sender of the reports.
is there any chance to implement the autorization in the future ?
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Also see ticket #2177 for another version with the From: address fix.
comment:3 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Source is no longer available so project has been removed.
Note: See
TracTickets for help on using
tickets.
*bump*
The From: address can be changed in tracremind.py on line 52.
If you need to do authentication, add the following after the s.connect() line (64 or so) and swap USER and PASS with yours.