Hi Aaron,
Unfortunately, the people I'm programming this application for *want* HTML
e-mails ...
Thanks for the FAQ... As I seemed to have followed every step correctly, I
took some info about my company SMTP server... and it appears that it's
configured to remove <img> tags from e-mails !
Bye,
Yan.
Aaron Bertrand - MVP wrote:
> Please see the last section of http://www.aspfaq.com/2474
>
> Also, remember that many clients are going to disable HTML (I can,
> and do, in both Outlook and Outlook Express).
>
>
> "Yan" <trey _at_ ifrance.[spamSucks]com> wrote in message
> news:...
>> Hi everyone,
>>
>> I got a little problem while sending HTML e-mails with CDONTS.
>>
>> I generate my e-mail body without problems into a string variable.
>> When I display it to the browser via a "response.write", it's OK,
>> including images. Then I set this string variable to the
>> CDONTS.Newmail object (body property), and I send the mail.
>>
>> The format settings are the following :
>> MyCDONTSMail.BodyFormat=0
>> MyCDONTSMail.MailFormat=0
>>
>> when I revcieve the mail, I have comments
> (<!----------------------------->)
>> instead of image tags...
>> does anybody know where it could come from ? A CDONTS parameter ? a
>> server setting ? A firewall issue ?
>>
>> Thanks for your help,
>>
>> Yan.