I've inserted the email in the text box labeled "Comma separated list of recipients e-mails for alarm notifications" but when I trigger the alarm, it doesn't send...
I just made a test program to check if it was a bad configuration on the email program like smtp and ssl, etc or the alarm system. Seems to be the alarm system because the test program worked fine.
I noticed that the code is wrapped inside Program.RunAsyncTask, is there anything I need to do to run AsyncTasks? or it should just work?
Edit: Just tested and without the async task it works... the system hangs for some seconds though...