Hi everyone,
I'm using CDOSYS to send an HTML file to my mailing list (about 800 users), with the following syntax:
myMail.CreateMH TMLBody "http://www.xxx.zzz/hello.html"
It works fine when the HTML file is only text and colors. When graphics (pictures) are involved, it often doesn't send them at all and the user only gets the text.
Does somebody know of a known bug in this command, or maybe a certain restriction I need to follow? Maybe it can't recognize graphics in "style" attributes or something like that?
Thanks!
I'm using CDOSYS to send an HTML file to my mailing list (about 800 users), with the following syntax:
myMail.CreateMH TMLBody "http://www.xxx.zzz/hello.html"
It works fine when the HTML file is only text and colors. When graphics (pictures) are involved, it often doesn't send them at all and the user only gets the text.
Does somebody know of a known bug in this command, or maybe a certain restriction I need to follow? Maybe it can't recognize graphics in "style" attributes or something like that?
Thanks!
Comment