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? |
|||||||||||||||||
|
|
Blat:
|
|||
|
|
|
You can also use a Power Shell script:
|
|||
|
|
|
bmail. Just install the EXE and run a line like this:
|
||||
|
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 |
||||
|
|
|
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
|
|||
|
|
|
You can also use sendmail. I am using it in this subversion hook to send email notifications: post-commit hook |
|||
|
|