earlrainer
Programmer
Hi,
I have some delphi code that can send mail to MS outlook. It works fine except for one problem.
The mails I have to send are in html format. There is a small image i have to print on all mails.
so when i make mail from delhi I just write
Mailitem.body:= {my code}.....<img src="c:\images\a.jpg">....etc {my code}
When this mail is sent to Outlook, I can go to outlook and I CAN see the image on every mail.
But at the receipient , he receives a mail with no image (it seems it can find c:\images\a.jpg)
how do i solve this problem.
If I go to outlook and compose a mail there and say insert picture ,and then if i send this email, then the receiver gets the image.
how can i achieve same in delphi
I have some delphi code that can send mail to MS outlook. It works fine except for one problem.
The mails I have to send are in html format. There is a small image i have to print on all mails.
so when i make mail from delhi I just write
Mailitem.body:= {my code}.....<img src="c:\images\a.jpg">....etc {my code}
When this mail is sent to Outlook, I can go to outlook and I CAN see the image on every mail.
But at the receipient , he receives a mail with no image (it seems it can find c:\images\a.jpg)
how do i solve this problem.
If I go to outlook and compose a mail there and say insert picture ,and then if i send this email, then the receiver gets the image.
how can i achieve same in delphi