Email Notification settings question?

Good evening, I’m in the same need. Did you manage to have it working?
As suggested in http://forum.mikrotik.com/t/send-mail-after-long-outage/89149/1 one way to accomplish that is to create a probe that actually fails (e.g. goes in DOWN state) after 10 minutes.
As far as I know Device statuses can be UP or UNSTABLE or DOWN. Once in DOWN the notification is raised (i.e. the mail is sent) regardless the optionally configured delay… if you set 10 minutes delay you will simply receive the notification with a delay of 10 minutes BUT in any case you will receive it, regardless the fact that the error condition has been cleared during those 10 minutes. So this is NOT the way!
You can get what you want playing into the UNSTABLE filed: you can create a new probe that actually takes 10 minutes to fail bringing in DOWN the status of the device. If the error condition clears before 10 minutes then the status of the device moves from UNSTABLE to UP and no notification is raised.
Everything turns around the way you define the probe itself (retry count, retry interval) and the way you use the probe in the service (probe interval, probe timeout, probe down-count): they definitely are not the same thing!
It took years of misunderstandings to me to figure out how to properly mix the two things.
Regards.
f.