Embed image into email
I have been using php to send html emails recently and using linked images instde them. I have one occurance where I need to actually embed an image inside the email (not an attachment...it needs to show on the page) instead of using the linked images. I cannot find anything simple enough to answer my question on the internet so far. Everything out there is either an incomplete code snippet or a huge mime class. I simply need the most extremely simple example of entire php code (start to finish with no include files such as the mime classes that are floating around out there)for completing this task. If anyone can help that would be great.
Cullan
|