Ask a Question related to PHP Development, Design and Development.
-
Curt Zirzow #1
Re: [PHP] PHP mail() fonction - Slow? Alternative?
* Thus wrote Stéphane Paquay (s.paquay@blue4you.be):
The odds are pretty high that it is your sendmail configuration.> Hi all,
>
> I'm using the mail() fonction to send email and it takes 60 seconds to send
> a simple email. Maybe it's due to the sendmail configuration, or maybe not,
> I'm not really sure, 'cos I'm not a Linux expert.
Internally all php does is pass the information directly to
sendmail. Unless you're bcc'ing 100000 people it won't take that
long for php.
sendmail can be a nightmare to configure, if you are concerned>
> Anyway, I cannot take so long to send a simple mail with PHP, so I need to
> find a solution, another way to send a mail or the riht configuration for
> sendmail.
about speed, I might suggest finding a different mta like qmail or
postfix. They are more secure and faster than the traditional
sendmail.
Curt
--
"I used to think I was indecisive, but now I'm not so sure."
Curt Zirzow Guest
-
Problems send MIME multipart/alternative mail with php
I have had no success sending multipart/alternative emails with php. I have tried everyone's various code snippets with no luck. I test the results... -
Mail in CF7 is slow
Within the administrator I have set the spool interval to 10 seconds. However it takes a good 20/30 seconds for the message to come through. There... -
fonction php
Hello comment faire pour que le click soie activer que si la valeur et different de Z <td><a... -
#24846 [Opn->Bgs]: IMAP Mail functions are extremely slow
ID: 24846 Updated by: iliaa@php.net Reported By: gremlinx at speed-city dot com -Status: Open +Status: ... -
#24846 [Fbk->Bgs]: IMAP Mail functions are extremely slow
ID: 24846 Updated by: sniper@php.net Reported By: gremlinx at speed-city dot com -Status: Feedback +Status: ...



Reply With Quote

