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

  • Home
  • SEARCH
  • 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 8160035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T18:07:21+00:00 2026-06-06T18:07:21+00:00

How can I send an HTML-formatted email with pictures using PHP? I want to

  • 0

How can I send an HTML-formatted email with pictures using PHP?

I want to have a page with some settings and HTML output which is sent via email to an address. What should I do?

The main problem is to attach files. How can I do that?

  • 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-06T18:07:22+00:00Added an answer on June 6, 2026 at 6:07 pm

    It is pretty simple. Leave the images on the server and send the PHP + CSS to them…

    $to = 'bob@example.com';
    
    $subject = 'Website Change Request';
    
    $headers  = "From: " . strip_tags($_POST['req-email']) . "\r\n";
    $headers .= "Reply-To: " . strip_tags($_POST['req-email']) . "\r\n";
    $headers .= "CC: susan@example.com\r\n";
    $headers .= "MIME-Version: 1.0\r\n";
    $headers .= "Content-Type: text/html; charset=UTF-8\r\n";
    
    $message = '<p><strong>This is strong text</strong> while this is not.</p>';
    
    
    mail($to, $subject, $message, $headers);
    
    

    It is this line that tells the mailer and the recipient that the email contains (hopefully) well-formed HTML that it will need to interpret:

    $headers .= "Content-Type: text/html; charset=UTF-8\r\n";
    

    Here is the link I got the information from… (link)

    You will need security though…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to send HTML content in email using Python? I can send simple texts.
I have several sites where users can send me email through an html form
I am using MFMailComposeViewController class to send out formatted HTML email from my iPhone
How can I send an HTML email using a shell script?
I want to send the HTML email to new registered user. I am using
I have to send an email which contains a picture and some text around
I have tried sending and HTML formatted email using ACYmailing for Joomla AND Mailchimp.
i've been using php's pear Mail & Mail_Mime libraries to send well formatted html
i have used System.Web.Mail.MailMessage to send HTML Formatted message to an email id. The
Hi I'm using System.Net.Mail to send some HTML formatted emails. What is the correct

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.