T
T.Michelle
We have few Mail templates (.html) which we
use to send mails.
We want to have some Logo in that ie ... when I send the mail to user the
image should go as in-line embedded
image in mail. I am not able to get this. I tried with
Message.Attachments.add ... but its sending the image
as an attachment. Please note I do not want to give any website URL to those
images coz we would be sending mails
to some users who do not have Internet Access. They should be able to see
the Images Offline.
I searched over the net ... and got to know that I have to use PAID third
party tools. I can not believe this.
coz in my 9 yrs experience I have never come across a situation where I
could not achieve something with Microsoft.
Do I have to use Cid (ContentId) ? If YES .. kindly let me know how do I
generate this Cid ?
Kindly let me know how to send HTML mails with in-line embedded images using
C# and ASP.Net
use to send mails.
We want to have some Logo in that ie ... when I send the mail to user the
image should go as in-line embedded
image in mail. I am not able to get this. I tried with
Message.Attachments.add ... but its sending the image
as an attachment. Please note I do not want to give any website URL to those
images coz we would be sending mails
to some users who do not have Internet Access. They should be able to see
the Images Offline.
I searched over the net ... and got to know that I have to use PAID third
party tools. I can not believe this.
coz in my 9 yrs experience I have never come across a situation where I
could not achieve something with Microsoft.
Do I have to use Cid (ContentId) ? If YES .. kindly let me know how do I
generate this Cid ?
Kindly let me know how to send HTML mails with in-line embedded images using
C# and ASP.Net