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!
Sending Email
Moderator: DosItHelp
Re: Sending Email
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
You could try Blat. You must have access to an email server to use it.
Regards
aGerman
Re: Sending Email
That is my understanding that there is no native support in batch for this. I will check blat out... Thanks!