Htmlmail doesn't allow users to give a Return-Path to the php mail function (it's the fifth parameter of this function).
With this patch you can give a return path in the $message array (as done in system.mail.inc in the system module).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | htmlmail_Return-Path.patch | 1 KB | pillarsdotnet |
| Return-Path.patch | 522 bytes | jelle_s |
Comments
Comment #1
pillarsdotnet commentedIn testing, my $message['Return-Path'] was not set, but $message['headers']['Return-Path'] was. Corrected your patch to make it actually work the same as the function in system.mail.inc.
Comment #2
pillarsdotnet commentedComment #3
pillarsdotnet commentedFixed in git. Will be released in 7.x-1.1