Reply-To with From Name
-
I would like to have a name included in the “Reply-To” header. The issue is that my support tracker takes the customer name from the Reply-To field and currently there is no way of adding the mailbox name in front the email address.
I’ve changed the following code locally, but would love it if it could be included either by default or as an option.
# wp-content/plugins/ninja-forms/classes/notification-email.php # Line 286 $headers[] = sprintf('Reply-To: "%s" <%s>', $from_name, $reply_to);
A more elegant solution would be an option in the form settings or allowing to put more dynamic fields in the “Reply-To” advance options.
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Reply-To with From Name’ is closed to new replies.