PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
i want to set a newsletter up, the content is going to beone image. How do I get this image to show on the email on hotmail and outlook. If anyone knows please tell, I have tried quite a bit.
I have tried <img src="">
would I need the full html tag body stuff
what is it showing up as is there broken image icon showing or the its showing as <img src=...> etc.
you have to set content-type to text/html to correct the second one and be forewarned - external images in the message are blocked by many of the email programs/services.
nope it doesnt come up with a broken image icon, it comes up with the code!!!
tried the latter and that just showed the code again. Your recommendation of sayin declarin the type=text/plain how would you recommend I attach the file as well.