Send UTF-8 encoded mail with custom to and reply-to


/ Published in: PHP
Save to your folder(s)

Parameters:\r\n- $to - email address to send the mail\r\n- $subject - subject\r\n- $message - message body (HTML allowed)\r\n- $from_name - sender\'s name\r\n- $from_email - sender\'s email\r\n- $reply_to_name = custom, different from $from_name name to be used for replying to this message\r\n- $reply_to_email = custom, different from $from_email email to be used for replying to this message

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.