Phpmail sending an embedded picture problem

Source: Internet
Author: User
I use Phpmail to send embedded images, using
$mail->addembeddedimage ($arr [' Path '], $id, ' img ', ' base64 ', ' image/jpeg '); $message =str_replace ($img, ", $message );

However, the message body does not change and the picture is not received.
Do not know what causes it.


Reply to discussion (solution)

The message body General if contains the picture in the HTML form to line, in the IMG tag set SRC to be possible. Phpmailer is supported in HTML format. Or you can send an attachment.
Another way to see this method on the Internet is to use the following methods:

Addembeddedimage (Picture_path. "Index_01.jpg", "img_01", "index_01.jpg");
Reference

The HTML format is also used here.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.