CRM-18235: Allow to define `returnPath` in CRM_Utils_Mail::send().
authorOlivier Tétard <olivier.tetard@miskin.fr>
Mon, 14 Mar 2016 11:25:40 +0000 (12:25 +0100)
committerOlivier Tétard <olivier.tetard@miskin.fr>
Mon, 14 Mar 2016 11:25:40 +0000 (12:25 +0100)
commite633aba2836535a76d62062151db71e846a2c457
tree36aa640a5451681a32efa5681edfbf967bcff751
parentbe9e2c6ee22dcdc61cc8559fb27468d91f70e58d
CRM-18235: Allow to define `returnPath` in CRM_Utils_Mail::send().

Allow user to define a specific `Return-Path` header when sending an e-mail using the `CRM_Utils_Mail::send()` method.

To proceed, just define `returnPath` in the `$params` which is given to the function. If `returnPath` is not defined, use the previous method to define `returnPath`.
CRM/Utils/Mail.php