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 449859
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T21:48:40+00:00 2026-05-12T21:48:40+00:00

I want to store angle brackets in a string in PHP because i want

  • 0

I want to store angle brackets in a string in PHP because i want to eventually use mail() to send an HTML email out.

The following is the code that doesn’t seem to work.

while(...) {
   $msg .= "<img src=\"http://.../images/".$media['Path']."\"><br>";
   echo "message: ".$msg."<br>";
}

What I want is for $msg to contain a bunch of images (provided by $media[‘Path’]) that are separated by line breaks. Then $msg is passed into mail().

The echo confirms that no images are being sent. And, indeed, I receive no images in the email body. Why is this happening? How can I fix it?

  • 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-05-12T21:48:41+00:00Added an answer on May 12, 2026 at 9:48 pm

    There are two ways of embedding images in an email:

    1. As external references: <img src="http://..."; and
    2. Embedded in the email.

    (1) is I guess what you’re trying to do. Many mail programs will (rightly) block such images as they are used by spammers to test email accounts for liveness.

    It’s better to do (2). See PHP Email: Using Embedded Images in HTML Email. Basically you create a multi-part MIME email (so you can attach HTML and the images) and then reference them by cid instead of a true URL. These are far less suspicious to any mail program that receives them but obviously result in bigger emails (as the image might be sent 100,000 times instead of just sending a URL).

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

Sidebar

Related Questions

I want store some article into database. I use php and mysql. Whether have
I want to store the data returned by $_SERVER[REMOTE_ADDR] in PHP into a DB
I want to store a list of the following tuples in a compressed format
I want to store a string in memory and read it later: $$->desc.constant->base.id =
Some code here, I want store mysql query result into an array with php,
I want store data from an html page to a text file using javascript
I want to store details about users.Every user will have user name,e-mail,password,address,city,country,and few other
I want to use a ComboBox in WPF to store some names, but I
I want store a number as a global variable. What syntax do I use,
I'm new to objective-C. I want to use NSMutableArray to store some objects i

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.