{"id":1595,"date":"2025-06-19T12:37:06","date_gmt":"2025-06-19T07:07:06","guid":{"rendered":"https:\/\/www.pinepl.com\/?p=1595"},"modified":"2025-06-19T12:38:17","modified_gmt":"2025-06-19T07:08:17","slug":"send-html-format-email-php","status":"publish","type":"post","link":"https:\/\/veewom.com\/articles\/send-html-format-email-php.htm","title":{"rendered":"How To Send HTML Format Email in PHP"},"content":{"rendered":"<p>Welcome to veewom, in this article we will show you how to send HTML format email using PHP, generally PHP send plain text email it&#8217;s can&#8217;t send any formatting or graphics by default so, send the email with HTML it&#8217;s the best way to send formatting email so let&#8217;s start today article.<\/p>\n<pre><code class=\"php\">\r\n\/\/Send HTML Email Using PHP - Veewom\r\n&lt;?php\r\n\r\n\/\/Receiever of the mail\r\n$to=\"username@example.com\";\r\n\/\/subject of the mail\r\n$subject = \"Test Email\";\r\n\r\n\/\/message of the mail which contains some html \r\n$message =\"\r\n&lt;table width='800' border='1'&gt;\r\n  &lt;tr bgcolor='#CCCCCC'&gt;\r\n    &lt;th&gt;Name &lt;\/th&gt;\r\n    &lt;th&gt;Email&lt;\/th&gt;\r\n  &lt;\/tr&gt;\r\n  &lt;tr&gt;\r\n    &lt;td&gt;Test1&lt;\/td&gt;\r\n    &lt;td&gt;test1@veewom.com&lt;\/td&gt;\r\n  &lt;\/tr&gt;\r\n  &lt;tr&gt;\r\n    &lt;td&gt;Test2&lt;\/td&gt;\r\n    &lt;td&gt;test2@yahoo.com&lt;\/td&gt;\r\n  &lt;\/tr&gt;\r\n  &lt;tr&gt;\r\n    &lt;td&gt;Test3&lt;\/td&gt;\r\n    &lt;td&gt;test3@gmail.com&lt;\/td&gt;\r\n  &lt;\/tr&gt;\r\n&lt;\/table&gt;\";\r\n\r\n$headers .= \"From:noreply@veewom.com\";\r\n$headers .= \"Content-type: text\/html; charset=iso-8859-1rn\";\r\nmail($to, $subject, $message, $headers);\r\necho $message;\r\n?&gt;\r\n<\/code><\/pre>\n<p>We hope this article helped you learn how to Send HTML Format Email in PHP. You may also want to see &#8211; <a href=\"https:\/\/veewom.com\/articles\/how-to-change-default-wordpress-email-address.htm\" target=\"_blank\" rel=\"noopener\">How To Change The Default WordPress Email Address<\/a>.<\/p>\n<p>If you liked this article, then please share to social networking site. You can also find us on <a href=\"https:\/\/twitter.com\/veewom\" target=\"_blank\" rel=\"noopener\">Twitter<\/a>,<a href=\"https:\/\/www.facebook.com\/veewom\" target=\"_blank\" rel=\"noopener\">Facebook<\/a> and <a href=\"https:\/\/www.instagram.com\/veewom\" target=\"_blank\" rel=\"noopener\">Instagram<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome to veewom, in this article we will show you how to send HTML format email using PHP, generally PHP send plain text email it&#8217;s can&#8217;t send any formatting or graphics by default so, send the email with HTML it&#8217;s the best way to send formatting email so let&#8217;s start today article. \/\/Send HTML Email &hellip; <a href=\"https:\/\/veewom.com\/articles\/send-html-format-email-php.htm\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;How To Send HTML Format Email in PHP&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":11081,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[76,77,108,110],"class_list":["post-1595","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-php","tag-how-to-send-html-email","tag-how-to-send-mail","tag-send-email","tag-send-mail-in-php"],"featured_image_src":"https:\/\/veewom.com\/articles\/wp-content\/uploads\/2017\/04\/upl.png","author_info":{"display_name":"Editorial Staff","author_link":"https:\/\/veewom.com\/articles\/author\/admin"},"_links":{"self":[{"href":"https:\/\/veewom.com\/articles\/wp-json\/wp\/v2\/posts\/1595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/veewom.com\/articles\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/veewom.com\/articles\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/veewom.com\/articles\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/veewom.com\/articles\/wp-json\/wp\/v2\/comments?post=1595"}],"version-history":[{"count":1,"href":"https:\/\/veewom.com\/articles\/wp-json\/wp\/v2\/posts\/1595\/revisions"}],"predecessor-version":[{"id":12613,"href":"https:\/\/veewom.com\/articles\/wp-json\/wp\/v2\/posts\/1595\/revisions\/12613"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/veewom.com\/articles\/wp-json\/wp\/v2\/media\/11081"}],"wp:attachment":[{"href":"https:\/\/veewom.com\/articles\/wp-json\/wp\/v2\/media?parent=1595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/veewom.com\/articles\/wp-json\/wp\/v2\/categories?post=1595"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/veewom.com\/articles\/wp-json\/wp\/v2\/tags?post=1595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}