Is there any parameter I have ot add to the following to send email
EXECUTE [dbo].[DatabaseBackup]
@Databases = 'USER_DATABASES',
@Directory = N'D:\Backup\',
@BackupType = 'FULL',
@Verify = 'Y',
@CleanupTime = 48,
@CheckSum = 'Y',
@LogToTable = 'Y'
I have activated the agent to send email, created the operator to send notification, created two alert jobFailed and jobsuccessful.