Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7970019
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:19:51+00:00 2026-06-04T07:19:51+00:00

iam sending html message contains table when i recive message on gmail,hotmail,yahoo account it

  • 0

iam sending html message contains table

when i recive message on gmail,hotmail,yahoo account it works fine but when receiving on other client
ie Microsoft outlook it resolve it as html code !!

here is my email headers

            'MIME-Version: 1.0' . "\r\n" .
    'Content-Type: text/html;charset= UTF-8' . "\r\n" .
            'From: me <me@client.com>'
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T07:19:52+00:00Added an answer on June 4, 2026 at 7:19 am

    I Always use this function ,and it helps

      function sendHTMLemail($HTML,$from,$to,$subject,$fromname)
            {
                $headers = "From: ".$fromname." <".$from.">\r\n";
                $headers.= "Reply-To: ".$fromname." <".$from.">\r\n";
                $headers .= "MIME-Version: 1.0\r\n"; 
    
                $boundary = uniqid("HTMLEMAIL"); 
    
            // First we be nice and send a non-html version of our email        
                $headers .= "Content-Type: multipart/alternative;".
                            "boundary = $boundary\r\n\r\n"; 
                $headers .= "This is a MIME encoded message.\r\n\r\n"; 
                $headers .= "--$boundary\r\n".
                            "Content-Type: text/plain; charset=ISO-8859-1\r\n".
                            "Content-Transfer-Encoding: base64\r\n\r\n";                    
                $headers .= chunk_split(base64_encode(strip_tags($HTML))); 
                // Now we attach the HTML version
                $headers .= "--$boundary\r\n".
                            "Content-Type: text/html; charset=ISO-8859-1\r\n".
                            "Content-Transfer-Encoding: base64\r\n\r\n";                    
                $headers .= chunk_split(base64_encode($HTML)); 
                // And then send the email ....
                mail($to,$subject,"",$headers);
    
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am sending email through gmail, i want to send some html content, is
i am working on sending email to any recipient like yahoo gmail my code
I am programmatically sending a full HTML message to 2 persons... 1 is a
I am sending html and images with javamail but for some reason I don't
I am sending out an email, and the message ($message) is in HTML I
I am sending a normal html email message to people using PHP of which
I am writing a nodejs application that will be sending html e-mail using emailjs
I am sending a message via PHP's mail() with proper and complete headers. It
I am having an issue testing alternate views while sending HTML E-Mails. I am
I am sending encoded post data to appengine project.But appengine shows blank char in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.