cancel
Showing results for 
Search instead for 
Did you mean: 

Email Notification

Andrey_Klim
Level 3
I specify Administrators email address on Global Attributes tab for Master Server.
My nbmail.cmd:

Code:
@IF "%~4"=="" (    blat.exe %3 -subject %2 -t %1 -i smit@test.com -server smtp.server.lan -q ) ELSE (     blat.exe %3 -subject %2 -t %1 -i smit@test.com -server smtp.server.lan -attach %4 -q)

 

blat installed and copy in system32.
But i don't receive any message after backup. Why?
3 REPLIES 3

DavidParker
Level 6
Have you followed all of these directions?:

http://support.veritas.com/docs/254809
DOCUMENTATION: How to configure email notifications for Windows clients using BLAT and nbmail.cmd in Veritas NetBackup (tm)

Andrey_Klim
Level 3
Yes. Sure.

Nathan_Kippen
Level 6
Certified
Have you always received blank e-mails?  I think in the past I had to use the -mime option.