Send email PHP UTF-8 Post author:jGomez Post published:April 20, 2023 Post category:Apache Server / Aprender HTML Post comments:0 Comments The following code can see the headers to send an email with UTF-8 characters and HTML content. $headers = "MIME-Version: 1.0\r\n"; $headers.= "Content-Type: text/html;charset=utf-8\r\n"; You Might Also Like How to clear cache in prestashop 1.7 manually June 25, 2023 Solutions first bulletin exercises IF and ELSE intermediate level April 10, 2023 How to start programming in PHP, configuring Apache April 14, 2023 Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.