good day and season greetings,

am not sure as to how to explain this, i want a cron job to check if there are any new emails for a subdomain.

the domain being something like, posts.mysite.com - so if an email is sent to [email protected](which does not exists).it should be posted to an application on my website.

the cron job(i can do), but with the emails, am thinking i should create a CatchAll email address on that subdomain.so any new emails in the CatchAll address should be validated then sent to the application.

what do you think?

and oh, my language is PHP.