Hello,
Here is a very difficult question (at least for me
If someone sends an email to me while, on my server, a CRON job is running a PHP script that is editing the file that contains the messages for my account, in that case, will the incoming mail be bounced or generate an error message to the face of the sender?
Also, I've planned to use an Alias in order to run a script upon arrival of messages in a chosen mailbox (myemail@example.com,"|/our/script.php". But if I receive plenty of mails into this account during a very short period of time, will each action from the PHP script be cleanly started one by one, or all at the same time?
Thank you for posting your opinion.
Here is a very difficult question (at least for me
If someone sends an email to me while, on my server, a CRON job is running a PHP script that is editing the file that contains the messages for my account, in that case, will the incoming mail be bounced or generate an error message to the face of the sender?
Also, I've planned to use an Alias in order to run a script upon arrival of messages in a chosen mailbox (myemail@example.com,"|/our/script.php". But if I receive plenty of mails into this account during a very short period of time, will each action from the PHP script be cleanly started one by one, or all at the same time?
Thank you for posting your opinion.