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!
Does anybody know any tutorial or anything about sending images, not as an attachment but as background to a mail?
I have this code, It send the message but not the image, weird as it is, it worked and then didn't work. It seems pretty simple, but it's not. Hope anybody could help.
Thanks for replying akuji36,
I tried sending using css as well and didn't work either, like i said it worked only once where i finally saw the images in my mail box but it didn't last, it's weird.
I can color the background with no problem but the fact that I can't add images kills me.
Anybody has an idea why this happens?
It could be an issue with whatever program you're using for email. Why don't you create it in your email program and then view the raw mail file to see what it is doing.
There isn't a standard that says 'this is how every email program will display background images.' So in gmail make your message with the image the way you want it and send it to your server. Then you can disect the raw html and can copy what gmail does.