I have question about PHP mail function. Is it synchronous or asynchronous?
synchronous, it waits for a response.
By default it's synchronous
If you need asynchronous: Making PHP's mail() asynchronous