Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sening html with images

Status
Not open for further replies.

rbauerle

Programmer
Oct 16, 2001
48
BR
I need to send an e-mail in html that contains pictures. I know I have to send the images with the message, but I don't know how to do it. I also know that attaching the images is not enough. Can someone help?

Thanks a lot.
 
You don't need to send the image...upload the image to the site and put this in the email (assuming HTML is enabled):

<img src=&quot;
Rick if(($question==&quot;has been bugging me&quot;
AND $answer==&quot;fixed the problem&quot;) OR $answer==&quot;really good post&quot;){
print(&quot;Star&quot;);
}else{
print(&quot;Thanks.&quot;);
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top