Page 1 of 1

Sending Email

Posted: 17 Aug 2010 11:36
by tkinsella
I have a batch script that runs a querey on a database every 30 minutes and exports the data to a HTML page.
I am looking to script another BAT to run every 24 hours and email that HTML page to a list of email addresses.

Any ideas?

Thanks!

Re: Sending Email

Posted: 17 Aug 2010 12:50
by aGerman
I'm not that familar with this stuff, but there is no possibility to send an email using native batch.

You could try Blat. You must have access to an email server to use it.

Regards
aGerman

Re: Sending Email

Posted: 17 Aug 2010 13:20
by tkinsella
That is my understanding that there is no native support in batch for this. I will check blat out... Thanks!