We have a script to backup files. After the backup operation is over, we would like to send a report as an email notification to some of our email addresses.
How could this be done?
|
|
We have a script to backup files. After the backup operation is over, we would like to send a report as an email notification to some of our email addresses. How could this be done?
|
||||||||||
|
|
|
You can also use a Power Shell script:
|
||
|
|
|
|
We use blat to do this all the time in our environment. I use it as well to connect to Gmail with Stunnel. Here's the params to send a file
Or you can put that file in as the body
|
||
|
|
|
|
Easiest way is to use a third-party application as mentioned by others If that is not an option I wrote a simple sendmail utility using vbscript & CDO which I called from a batch script See the examples here http://www.paulsadowski.com/WSH/cdo.htm |
|||
|
|
|
|
Blat:
|
||
|
|
|
|
bmail. Just install the EXE and run a line like this:
|
||||
|