Also check if any alert with the similar subject line is created.
msdb..sp_help_alert
If you found any you can delete with following command:
sp_delete_alert [ @name = ] 'name'
HTH
---------------------------------------------------
"Thare are only 10 types of people in the world:
Those who understand binary, and those who don't."