|
Log in | ||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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
|
|||
|
|||
|
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 | |
|
|
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 |