PDA

View Full Version : logo in e-mail


j0ker21m
08-07-2003, 10:43 PM
I've searched all over this forum, and seen similar questions...but not quite what I'm lookin for.

I'm looking to add a logo (kinda like a paypal logo) to the bottom of my e-mails that are generated using PHP.

For example: When a user registers on my website, an e-mail is sent to them (just like the one when you register to this site). What I would like is a picture-link logo at the bottom of those e-mails. Similar to this: (I changed the link so dont click it)
http://images.paypal.com/images/lgo/logo1.gif
(https://www.asdf.com)

Can this be done just using php and/or html?

TIA,
j0ker

Spookster
08-07-2003, 10:59 PM
Find the portion of your script that generates the email and add in the proper headers for sending HTML formatted email. And then add in the necessary HTML in the body of the message. More about it in this thread:

http://www.codingforums.com/showthread.php?s=&threadid=11946&highlight=HTML+email

j0ker21m
08-08-2003, 12:02 AM
Sorry for posting in the wrong forum, and sorry if it seemed like I was advertising for paypal. I wasnt. Just used it to get the point out.

Thank you for your reply. This should help. I'm going to rescript, and test it out....

again...


Thanks


j0ker