On Tue, Jul 15, 2008 at 2:25 PM, Lance Willett <[EMAIL PROTECTED]> wrote:
>
>> but the CakePHP Email component wasn't really designed to do this.
>
> @Jonathan Snook
> Sending images in HTML email with the Email component works just fine;
> you don't need to send it as an attachment. And yes, if you have a
> very large amount of images, it might get marked as spam by the
> recipient email client (but that's a differerent topic for a different
> day).

Let me clarify since I think you missed what I was trying to say. Yes,
you can link to images hosted on the interwebs just fine and the
CakePHP component will work just fine to accomplish this. What the
person is asking to do, however, is have the image encoded within the
email as part of a multi-part email. This is different than what you
are suggesting.

Anyways, after trying to track down more info on this for the original
poster, look into Swift. Here's an example of doing an embedded image:
http://swiftmailer.org/wikidocs/v3/tutorials/embedding_images

-Jonathan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to