Modify

Opened 16 years ago

Closed 7 years ago

#2481 closed defect (wontfix)

no autorization in the script / smtp relaying problem

Reported by: artur.kwiatkowski@… 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 16 years ago by bryce@…

*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.

s.login("USER", "PASS")

comment:2 Changed 16 years ago by bryce@…

Also see ticket #2177 for another version with the From: address fix.

comment:3 Changed 7 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

Source is no longer available so project has been removed.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain nextime.
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.