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