Opened 17 years ago

Closed 16 years ago

#5248 closed (wontfix)

Add mail_options to SMTPConnection

Reported by: mmcclain@… Owned by: nobody
Component: Core (Mail) Version: dev
Severity: Keywords: feature
Cc: Triage Stage: Design decision needed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This patch makes it easier to set the mail_options when sending email using the SMTPConnection class. The patch adds support for setting this value on a class instance level and a global level. For example, passing XVERP to postfix activates variable envelope return path (VERP) delivery. VERP is beneficial when processing bounce backs from mass emails.

Attachments (1)

mail_options.diff (2.6 KB ) - added by mmcclain@… 17 years ago.

Download all attachments as: .zip

Change History (4)

by mmcclain@…, 17 years ago

Attachment: mail_options.diff added

comment:1 by Philippe Raoult, 17 years ago

Keywords: feature added

comment:2 by Philippe Raoult, 17 years ago

Triage Stage: UnreviewedDesign decision needed

comment:3 by Jacob, 16 years ago

Resolution: wontfix
Status: newclosed

This seems a bit too low-level to bubble up into settings and such. I think the right way to do this in your code is by subclassing the email sending object and handle this stuff there.

Note: See TracTickets for help on using tickets.
Back to Top