The new version of PHP List (2.10.4) makes it easier to embed an image into your newsletter/mass mailing. Here’s a video that walks through the process.
About the Author: Bradley Charbonneau
I've done the big corporate thing. I've done the creative writer thing. Now I'm happily in the middle. I like to help small businesses who are interested in "working their website before their website works them." I'm also interested in creating beautiful sites with powerful WordPress themes. Google+
Related Posts
21 Comments
Comments are closed.
Thanks, can you help me how to code to view an image in php
If you’re asking what I think you’re asking, it’s just the HTML code (e.g. “
< img ... >
” etc.Hello.
I use but the pictures not display in the mail.
When I look in the back office I see the pictures but nothing in the mailbox.
Do you know how ?
Ty !
how it can posible
insert image in db
[…] Adding a new user in WordPress and adding Extra User Data ›. · Insert an image in PHP List ›(Advanced). · Your Extended Profile (more info than Name, Email, etc.) ›. · Random […]
[…] panell d’administració de WordPress – fins a un nivell més avançat – crear una plantilla o insertar una imatge en una llista PHP- que ens poden ser molt […]
[…] Insert an image in PHP List ›(Advanced). […]
[…] Adding a new user in WordPress and adding Extra User Data ›. · Insert an image in PHP List ›(Advanced). · Your Extended Profile (more info than Name, Email, etc.) ›. · Random Quotes › […]
[…] Adding a new user in WordPress and adding Extra User Data ›. · Insert an image in PHP List ›(Advanced). · Your Extended Profile (more info than Name, Email, etc.) ›. · […]
Please can I get the script in PHP that would send an image in an email. thanks
It can be done using easily with phpmailer library and inline attachment.
[…] Adding a new user in WordPress and adding Extra User Data ›. · Insert an image in PHP List ›(Advanced). · Your Extended Profile (more info than Name, Email, etc.) ›. · Random Quotes › […]
[…] Adding a new user in WordPress and adding Extra User Data ›. · Insert an image in PHP List ›(Advanced). · Your Extended Profile (more info than Name, Email, etc.) ›. · Random Quotes › […]
THANK YOU!! I’ve searched for hours and kept trying different directories as
great
huh
[…] Adding a new user in WordPress and adding Extra User Data ›. · Insert an image in PHP List ›(Advanced). · Your Extended Profile (more info than Name, Email, etc.) ›. · Random Quotes › […]
[…] Insert Image in PHP List Feb 23, 2007 … ?‚?· Insert an image in PHP List ???‚¬??(Advanced). ?‚?· Your Extended Profile (more info than Name, Email, … […]
[…] Adding a new user in WordPress and adding Extra User Data ›. · Insert an image in PHP List ›(Advanced). · Your Extended Profile (more info than Name, Email, etc.) ›. · Random […]
hi can you please help me i am a newbie and trying to send an image in email but its showing it as text
function send_mail_pear()
{
$crlf = “\n”;
$to = “[email protected]”;
$head = (“From: [email protected]“. “\r\n”);
$head .= “Content-type: text/html\r\n”;
$head .= “Content-Type: image/jpeg”;
$mime = new Mail_mime($crlf);
echo $head. “”;
$mime->setHTMLBody(‘ You see this image.’);
$mime->addHTMLImage(‘map_6.gif’, ‘image/gif’);
$subject = “Test mail”;
$mailBody = $mime->get();
//$mail =& Mail::factory(‘mail’);
echo $mailBody ;
if(mail($to, $subject, $mailBody, $head)){
echo “successful”;
} else {
echo “Mail Not sent”;
}
}
[…] · Insert an image in PHP List ›(Advanced). […]