Hi, Having just recently started to try and use php (by necessity- the only person in the department who used php left us recently).
I'm trying to make a form to send out a specific e-mail to the selected recipients. I've managed to get it to send an html e-mail to the recipients I want, but I can't seem to get images incorporated into it. I've seen the example classes posted to a similar question on this list, but they're all far to complex for what I need to do.
Can anyone help please?
Mike Horton --------------------------------------------------------- I'm sorry, did my Karma run over your Dogma?
Most common solution is to put the images somewhere on an webserver and embed them in your html as: <img src="http://your.web.server/image.extension" />
Erwin Kerk Web Developer
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php