[Tracker-discuss] [issue104] Choice of email address

Paul Dubois metatracker at psf.upfronthosting.co.za
Mon Mar 19 15:18:23 CET 2007


Paul Dubois added the comment:

def sendReport (recipient):
    "Send the email message."
    message = cStringIO.StringIO()
    writer = MimeWriter.MimeWriter(message)
    writer.addheader('Subject', 'Summary of %s Issues'%db.config.TRACKER_NAME)
    writer.addheader('To', recipient)
    writer.addheader('From', '%s <%s>'%(db.config.TRACKER_NAME,
db.config.ADMIN_EMAIL))
    writer.addheader('Reply-To', '%s <%s>'%(db.config.TRACKER_NAME,
'DONOTREPLY at NOWHERE.ORG'))

Here's the relevant part of the summary script -- as you can see, I
can put in anything you want here. At the moment a simple reply would
not go to the tracker.

----------
status: unread -> chatting

_______________________________________________________
Meta Tracker <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue104>
_______________________________________________________


More information about the Tracker-discuss mailing list