#1  
Old 25th January 2012, 04:53 PM
Roy Granich
 
Posts: n/a
Default OT : Indy SMTP and append image

After searching I have come up with a blank.

Using idSMTP to send reminder emails, so far so good.

Now I want to be able to add a BMP at the bottom with signature links etc.

Can anyone steer me in the right direction and please be gentle as this is
new territory.

Delphi XE

Cheers,

Roy

  #2  
Old 26th January 2012, 06:23 AM
Simon Craythorn
 
Posts: n/a
Default Re: OT : Indy SMTP and append image

On 1/24/2012 23:53, Roy Granich wrote:
> After searching I have come up with a blank.
>
> Using idSMTP to send reminder emails, so far so good.
>
> Now I want to be able to add a BMP at the bottom with signature links etc.
>
> Can anyone steer me in the right direction and please be gentle as this
> is new territory.


I'm not familiar exactly with idSMTP, but you will need to do the
following...

Attach the BMP and set a context ID.

Make your message in text/html format rather than text/plain, text/plain
can't display graphics.

Then in your HTML you'll add <img src="cid:blahblahblah"> where
blahblahblah is the context ID of your BMP attachment.

Hopefully this will point you in the right direction.


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
V2 and Indy 10: Server blows up without a warning Bert Moorthaemer nexusdb.public.support 2 14th July 2005 06:33 PM
Error on batch append John Turner nexusdb.public.support 2 14th July 2005 01:40 AM
Append to table using EM problem Graham A Welsh nexusdb.public.support 18 12th June 2004 04:33 AM
OT Indy and Email David Guest nexusdb.public.discussions 4 7th March 2004 02:27 PM
Batch append Andy Bell nexusdb.public.support 1 1st November 2003 02:00 PM


All times are GMT +11. The time now is 01:45 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.