Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[Fixed] nuSendEmail(): Reply to

Information about updates, news, Code Library
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

[Fixed] nuSendEmail(): Reply to

Unread post 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);
Post Reply