• You can add one more step in that job and add the following script in the command textbox.Before doing this,you should configure database mail profile('DB_GROUPMAIL') in SQL.

    EXEC sp_send_dbmail @Profile_name='DB_GROUPMAIL',

    @recipients='kumar.velayuthum@gmail.com',

    @Copy_recipients='Phaneesh.Balachandra@xys.com',

    @Subject='Backup Job Status',

    @Body=' Daily Backup Plan for All Production Databases completed successfully!!!!!!!!'

    Regards,
    Kumar