Page 1 of 1

[Fixed] nuSendEmail(): Reply to

Posted: Fri Nov 05, 2021 6:39 am
by admin
The parameter $replyto is the email address that the reply message is sent when you want the reply to go to
an email address that is different than the From: address. Expected format: [$to_address=>$to_name] or [$to_address]

Example:

Code: Select all

$replyto = ["something@nubuilder.com"=>"nuBuilder"]
nuSendEmail($to, $fromAddress, $fromName, $body, $subject, array(), true, $cc, $bcc, [], $replyto);