Is it possible to send an email from SCCM server once a job is completed for example Task Sequence completes, Software Deploynment completes etc.
For eg in Altiris my client has sequence which sends email at the end:
bmail -s mailhost.nb.com -t serverbuildnotification@nb.com -fdpaltiris@nb.com -h -a "%COMPNAME% has completed %CALLINGJOBNAME%" -b "%CALLINGJOBNAME% submitted by %JOBUSER% has been completed"
Can we implement the same in SCCM 2012 R2?