mail takes too much time to send emails, why?
- by Vincenzo
I'm sending emails by PHP method mail() and every time it takes 20-40 seconds to produce a result. Looks like my server (sendmail) is configured to synchronous sending of emails. That's why the PHP script has to wait..
How can I fix it? Thanks!