Opened 17 years ago
Closed 17 years ago
#5248 closed (wontfix)
Add mail_options to SMTPConnection
Reported by: | 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)
Change History (4)
by , 17 years ago
Attachment: | mail_options.diff added |
---|
comment:1 by , 17 years ago
Keywords: | feature added |
---|
comment:2 by , 17 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
comment:3 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.