Dsantibanez

updated

7 years ago

D

Dsantibanez

1 Rookie

82 Posts

0

684

January 22nd, 2020 06:00

Send mminfo notificacion on Completion Policy

Hi everyone ¿it is posible to attach a mminfo resultset with the send Notificaction option avaliable on  NMC?

 

Actually I have this: 

smtpmail -s "Politica ${NSR Policy} and Workflow ${NSR Workflow} y Accion ${NSR Action} completada" -h mailserver-p 25 teamnetworker@local.com.

 

I would like to attach this mminfo result:

 

mminfo -xc; -s nserver2 -q "client=orasvr,family=Disk" -r volume,ssid,savetime,sscreate,sscomp,group,level,sumflags,sumsize,name | findstr cb | findstr full 

 

Thanks in advance