Re: Embedding Image Data in a Component Email
Re: Embedding Image Data in a Component Email
- Subject: Re: Embedding Image Data in a Component Email
- From: Chuck Hill <email@hidden>
- Date: Wed, 16 Jun 2004 17:38:37 -0700
I did not mean that it would solve it for you. You are going to have
to encode the image data into a MIME attachment to the e-mail. Not a
task for the faint of heart. The JavaMail API is a tad gory. I've
never done this, but based on reading the docs some time back I figure
you are in for a day or two of research and work unless you can find a
higher level framework that sits on top of JavaMail.
Chuck
On Jun 16, 2004, at 4:13 PM, Greg Hulands wrote:
Thanks for your reply Chuck, I have just installed Wonder but it to
just embeds the image link. Could you give a quick overview of how to
create the multipart mime message, as documentation on it seems quite
sparse.
Thanks,
Greg
On 17/06/2004, at 1:43 AM, Chuck Hill wrote:
You can do this in a multi-part MIME message. It does take a bit
more effort than what you are doing. JavaMail provides support for
multi-part MIME messages and there is a WO wrapper framework in
Project WONDER.
Chuck
On Jun 15, 2004, at 9:42 PM, Greg Hulands wrote:
Hi,
I am generating an email that contains a dynamically generated image
in it. I have a method in the component that returns the NSData for
the image, but when it sends the email, it only has a link to the
image, and not the image data itself. Because the link to the
component will no doubt be invalid by the time the recipient wants
to view the image means that the current way is no good. Is there
some way for the component to embed the image data some how?
Any help is greatly appreciated.
Thanks,
Greg
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.