For my email server I wanna send text SMS to users when ever they receive email to their mailbox. How can I periodically check my mail server for every 2mins whether any user had a new email. This must be even when the user is out of mailbox also.
I am using hMailServer for Windows. So, how to perform an action when the mail server receives email.
And this question doesn't mean that checking each email account. If I do that I can nearly check not more than 1000 account for a day. I need all the email account in the server must check for new emails and if new emails are found the user must be notified with SMS that he received a new email to his mailbox.