Problems Sending E-mails in BlitzPlus

BlitzPlus Forums/BlitzPlus Programming/Problems Sending E-mails in BlitzPlus

jd269(Posted 2005) [#1]
Hi there.. I've been developing an App to automatically email entries from a database on my PC at specific times to a specified address (for the purpose of posting to my blogs at scheduled times).

I've got nearly everything going, but I've hit a snafu in e-mailing to my blog software, for some reason images are removed whenI e-mail from blitz (although this definitely does not happen if I e-mail html code in other software, or through my web server... in those cases it gets posted), I also can't view the images in outlook express, or in a web based e-mail account.

The HTML gets mailed perfectly except any <img> tags are removed. I've tried the various mailers in the code archives, and in the end I wind up having the same problem. Does anyone know what I need to do to have those <img> tags included in the e-mails instead of mysteriously stripped? The images are all to be loaded from my server on the web, and are not attachments in the e-mail... just simple <img> tags.

Thanks.


WolRon(Posted 2005) [#2]
Some code would probably be helpful here. How exactly are you sending the emails?