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?
I would suggest PEAR's Mail_Mime package. It has a few simple method calls to do this kind of thing.
http://pear.php.net/package/Mail_Mime
Note: you can also do inline images where the content of the image is in the src, but I can't find any docs on it at the moment. ;-) Also, it would only work on Mozilla based clients.
-- paperCrane <Justin Patrin>
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php