We can send mails using SMTP settings in AutoIT.
But is there anyway to read the mails and start the program if we get the mail with the particular subject.
I mean, I have automated a build process and it starts from windows task scheduler my autoit program at morning 3 AM.
If it fails in the middle, it will be sent to the dev team guys with the logs as attachment.
Then I am connecting manually to the remote machine to trigger the task again.
Is there anyway to start this task once I receive a mail with the specific subject like "start the build" automatically.