Hi!
I changed recently my hosting provider and noticed that PHP waits
until an email is sent using mail()- a big problem if the email takes
a lot of time to deliver.
The solutions I've found aren't available to me since I don't have
access to crons.
Is there any way to prevent this behaviour? Or is there any PHP.INI
setting that could change it?
Thanks in advance!
-- rui
I changed recently my hosting provider and noticed that PHP waits
until an email is sent using mail()- a big problem if the email takes
a lot of time to deliver.
The solutions I've found aren't available to me since I don't have
access to crons.
Is there any way to prevent this behaviour? Or is there any PHP.INI
setting that could change it?
Thanks in advance!
-- rui
Comment