• Hi,

    As per my understanding any mail is queued and processed through msdb -System database.

    You can clear the entries in the msdb, see below tables.

    SELECT * FROM sysmail_mailitems

    SELECT * FROM sysmail_log

    And you can delete the entries from above tables from msdb database.