Re: [PHP] Re: SMTP vs mail()

2008-01-15 Thread Manuel Lemos
Hello, on 01/15/2008 01:41 PM Richard Lynch said the following: >>> If you have your sendmail equivalent program properly >>> configured, >>> no >>> SMTP connection is used when queueing messages using the >>> sendmail >>> program. >> What about when you take into consi

Re: [PHP] Re: SMTP vs mail()

2008-01-15 Thread Manuel Lemos
Hello, on 01/15/2008 08:54 AM Stut said the following: >> If you have your sendmail equivalent program properly configured, >> no >> SMTP connection is used when queueing messages using the sendmail >> program. > What about when you take into consideration this program could be

Re: [PHP] Re: SMTP vs mail()

2008-01-15 Thread Richard Lynch
On Tue, January 15, 2008 4:54 am, Stut wrote: > Manuel Lemos wrote: >> Hello, >> >> on 01/14/2008 04:15 PM Richard Lynch said the following: >> If you have your sendmail equivalent program properly >> configured, >> no >> SMTP connection is used when queueing messages using the

Re: [PHP] Re: SMTP vs mail()

2008-01-14 Thread Manuel Lemos
Hello, on 01/14/2008 04:15 PM Richard Lynch said the following: If you have your sendmail equivalent program properly configured, no SMTP connection is used when queueing messages using the sendmail program. >>> What about when you take into consideration this program could be

Re: [PHP] Re: SMTP vs mail()

2008-01-14 Thread Richard Lynch
On Fri, January 11, 2008 2:18 pm, Manuel Lemos wrote: > on 01/11/2008 06:03 PM Richard Heyes said the following: >>> If you have your sendmail equivalent program properly configured, >>> no >>> SMTP connection is used when queueing messages using the sendmail >>> program. >> >> What about when you

Re: [PHP] Re: SMTP vs mail()

2008-01-12 Thread Manuel Lemos
Hello, on 01/12/2008 07:28 AM Per Jessen said the following: >> Still if you want the fastest delivery in the world, you can skip >> queueing and talk directly to the final SMTP server. That is what the >> direct_delivery mode of this SMTP class does. I use it for deliverying >> really urgent mess

Re: [PHP] Re: SMTP vs mail()

2008-01-12 Thread Per Jessen
Manuel Lemos wrote: > Still if you want the fastest delivery in the world, you can skip > queueing and talk directly to the final SMTP server. That is what the > direct_delivery mode of this SMTP class does. I use it for deliverying > really urgent messages. It uses PHP only, there is no sendmail

Re: [PHP] Re: SMTP vs mail()

2008-01-11 Thread Chris
And I'd be interested to hear of an actual side-by-side comparison on comparable hardware where sendmail using pipes beats SMTP on a LAN. I don't have that but a comparison between the main open-source mta's (all out of the box, no optimizations for any of them) revealed sendmail sucks the m

Re: [PHP] Re: SMTP vs mail()

2008-01-11 Thread Manuel Lemos
Hello, on 01/11/2008 08:26 PM Richard Lynch said the following: >>> Bearing in mind I haven't yet done any benchmarks, which do you >>> think is >>> faster - SMTP with multiple RCPT commands or the PHP mail() function >>> (with it launching a separate sendmail process for each mail() >>> function

Re: [PHP] Re: SMTP vs mail()

2008-01-11 Thread Richard Lynch
On Fri, January 11, 2008 1:51 pm, Manuel Lemos wrote: > Hello, > > on 01/11/2008 02:29 PM Richard Heyes said the following: >> Hi, >> >> Bearing in mind I haven't yet done any benchmarks, which do you >> think is >> faster - SMTP with multiple RCPT commands or the PHP mail() function >> (with it

Re: [PHP] Re: SMTP vs mail()

2008-01-11 Thread Richard Heyes
If you have your sendmail equivalent program properly configured, no SMTP connection is used when queueing messages using the sendmail program. What about when you take into consideration this program could be sending 1000's of emails, say, 100 per SMTP connection? -- Richard Heyes http://www

Re: [PHP] Re: SMTP vs mail()

2008-01-11 Thread Manuel Lemos
Hello, on 01/11/2008 06:03 PM Richard Heyes said the following: >> If you have your sendmail equivalent program properly configured, no >> SMTP connection is used when queueing messages using the sendmail >> program. > > What about when you take into consideration this program could be > sending

Re: [PHP] Re: SMTP vs mail()

2008-01-11 Thread Jim Lucas
Richard Heyes wrote: If you have your sendmail equivalent program properly configured, no SMTP connection is used when queueing messages using the sendmail program. What about when you take into consideration this program could be sending 1000's of emails, say, 100 per SMTP connection? In

Re: [PHP] Re: SMTP vs mail()

2008-01-11 Thread Per Jessen
Manuel Lemos wrote: > On Linux/Unix, mail() uses sendmail or equivalent programs. These > programs use pipes to communicate, which are much faster than using > SMTP TCP sockets. Uh, sendmail on unix typically just drops the email file into a directory for the mailer daemon to pick up from. /Pe

Re: [PHP] Re: SMTP

2007-10-25 Thread Wolf
As previously posted, you need to work with your mail server admin. sendmail is not normally on WinDoze boxes, so do some googling for the setup you have, and talk with your admins to see what you need to do to get it set up to work correctly. Wolf Daniel Brown wrote: > On 10/25/07, Jens Kleikam

Re: [PHP] Re: SMTP

2007-10-25 Thread Daniel Brown
On 10/25/07, Jens Kleikamp <[EMAIL PROTECTED]> wrote: > Diana schrieb: > > I dont know what I did but now I get this message Failed to connect to > > mailserver at "localhost" port 25, verify your "SMTP" > > > Do you have a smtp server running on localhost? > > -- > PHP General Mailing List (http:/

Re: [PHP] Re: SMTP Authentication

2004-03-13 Thread Norbert Pfeiffer
Hi Richard, unfortunately you err. I use already XnView. This program does not support the looked for formats. m. b. G. Norbert _ normal: 02686-987103 Notruf: 0177-2363368 - e.o.m. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Re: SMTP Authentication

2004-03-13 Thread Elliot J. Balanza
I still wonder, how your smtp server requires authentification even when using the function internally. For my education please... does that means that you are using a third party SMTP, meaning some SMTP outside your server? vamp "Beauford" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL P

RE: [PHP] Re: SMTP Authentication

2004-03-13 Thread Beauford
Thanks, I'll check them out. -Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: March 12, 2004 11:31 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: SMTP Authentication Hello, On 03/13/2004 12:54 AM, Beauford wrote: > How would I set up PHP to use SMTP authentication