0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00
This commit is contained in:
Marcus Bointon 2020-02-20 12:02:19 +01:00
parent 594fbb4182
commit 416651e950
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -3947,6 +3947,8 @@ class PHPMailer
*
* @param string $name Custom header name
* @param string|null $value Header value
*
* @throws Exception
*/
public function addCustomHeader($name, $value = null)
{