Hello,
- Simply set the charset for the $mail Object. Example:
$mail->CharSet = "UTF-8";
- It is highly recommended to use an Email Address generated from the same domain as the Hosting Account as it is more secure, prevents SPAM and also prevents the chances of getting blacklisted from major Email Companies. Additionally, many Hosting Companies now enforce this by default to prevent SPAM from their Servers. So we assure you that this is the best way to implement Form Emails and we have done enough research for the Past 6-8 months before upgrading our Forms. Rest assured, you can simply add a replyto Field to your Form Settings so that when you press the Reply Button on the Emails you have received through your Forms, automatically add the Sender’s Email to the Reply Address box in your Email Replies.
To enable this, simply add the following code inside your <form>:
The template-contactform-email above is the Form Field name of the Email Address value submitted by the User.
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.