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

Comments

pillarsdotnet’s picture

StatusFileSize
new1 KB

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

pillarsdotnet’s picture

Category: bug » feature
Priority: Normal » Minor
pillarsdotnet’s picture

Status: Needs review » Fixed

Fixed in git. Will be released in 7.x-1.1

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.