Re: [twsocket] AttachHeader smtpclient html

2005-11-28 Thread DZ-Jay
On Nov 27, 2005, at 18:07, walter garcia wrote: > DZ-Jay wrote: > >> Hello: >> To attach an image and display it inline, you must reference it via >> its MIME Content-ID from the image tags. For example, when you attach >> the image, you create a Content-ID header for that attachment, and us

Re: [twsocket] AttachHeader smtpclient html

2005-11-27 Thread walter garcia
DZ-Jay wrote: >Hello: > To attach an image and display it inline, you must reference it via >its MIME Content-ID from the image tags. For example, when you attach >the image, you create a Content-ID header for that attachment, and use >this ID to replace the image src attribute in the HT

Re: [twsocket] AttachHeader smtpclient html

2005-11-27 Thread DZ-Jay
Hello: To attach an image and display it inline, you must reference it via its MIME Content-ID from the image tags. For example, when you attach the image, you create a Content-ID header for that attachment, and use this ID to replace the image src attribute in the HTML source:

Re: [twsocket] AttachHeader smtpclient html

2005-11-27 Thread Arno Garrels
walter garcia wrote: > Hi people... > > I try send email format html and attach jpg, this attach found ok, but > no see image in html.. Please have a look at the SMTP-HTML demo application (MailHtml.dpr). Your HTML code isn't correct you need something like "http://www.overbyte.be/eng/overbyte/te

[twsocket] AttachHeader smtpclient html

2005-11-27 Thread walter garcia
Hi people... I try send email format html and attach jpg, this attach found ok, but no see image in html.. for example: HTML CODE DELPHI CODE ON CLICK BUTTON SEND {.. setting smtp..} FileAttachMemo := TStringList.Create; FileAttachMemo.Clear