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 sendmail program. What about

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 sending 1000's of emails,

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 consideration this program could be sending 1000's

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 take into

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 sending 1000's of

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 or

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 messages.

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

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 1000's

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?

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. /Per

[PHP] Re: SMTP vs mail()

2008-01-11 Thread Manuel Lemos
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 launching a separate sendmail process for each mail() function call)?

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 launching a

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 call)? It

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

[PHP] Re: SMTP

2007-10-25 Thread Jens Kleikamp
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://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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://www.php.net/)

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

[PHP] Re: SMTP Server

2005-01-16 Thread eriksson
Protected message is attached. +++ Attachment: No Virus found +++ Kaspersky AntiVirus - www.kaspersky.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: SMTP Authentication with PHP

2004-04-15 Thread Manuel Lemos
Hello, On 04/15/2004 02:24 PM, Mike Knittel wrote: My SMTP server requires authentication when sending mail. How do I send SMTP authentication information when using the PHP mail() function? The mail() function does not support authentication. You may want to try this class that comes with a

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

Re: [PHP] Re: SMTP Authentication

2004-03-13 Thread Elliot J. Balanza
PROTECTED] 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

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,

[PHP] Re: SMTP Authentication

2004-03-12 Thread Elliot J. Balanza
The thing is... if you are sending the mail from within your server why do you need to authentificate you are yourself? Vamp. Beauford [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] Hi, How would I set up PHP to use SMTP authentication when I send an email. For example, in

[PHP] Re: SMTP Authentication

2004-03-12 Thread Manuel Lemos
Hello, On 03/13/2004 12:54 AM, Beauford wrote: How would I set up PHP to use SMTP authentication when I send an email. For example, in MS Outlook I have authentication set to use the same settings as my incoming mail. I have searched around but haven't found anything that deals with this. The

[PHP] Re: SMTP ERROR

2004-03-03 Thread Manuel Lemos
Hello, On 03/03/2004 06:03 PM, Carlos Castillo wrote: When i try to send a mail i receive the followin error Warning: mail() [function.mail]: SMTP server response: 503 Comando o secuencia de comandos inesperados in E:\wwwroot\helpdesk_imagine\classes\helpdesk.class.php on line 1054 But the mail

[PHP] Re: SMTP vs POP3

2003-12-05 Thread Manuel Lemos
Hello, On 12/05/2003 12:26 AM, [EMAIL PROTECTED] wrote: I have this code to send email via STMP server $msg = this is a test - ojpp - mail function; $senderFrom = [EMAIL PROTECTED]; $receiverTo = [EMAIL PROTECTED]; $subject = test of the mail function; $mailHeaders = From: $senderFrom\n;

[PHP] Re: SMTP server response: 550 5.7.1 Unable to relay for

2003-08-28 Thread Manuel Lemos
Hello, On 08/27/2003 04:04 PM, ÀLex Camps wrote: i have windows xp with apache,php and argomail but i cant send emails from php why? It seems you need to authenticate with the SMTP server. You can't do that with the mail() function. Try these classes in conjunction. They come with a function

[PHP] Re: SMTP server response: 550 5.7.1 Unable to relay for

2003-08-27 Thread DvDmanDT
Maybe that feature is disabled or you didn't enter your DNS servers... If you add me to MSN, I can help you set that up... I had some problems myself you see (Xp, Apache, PHP, Argomail).. -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] ÀLex Camps [EMAIL PROTECTED] skrev i

[PHP] Re: SMTP Authenticate

2003-03-15 Thread Manuel Lemos
Hello, On 03/15/2003 01:43 PM, Aitor Cabrera wrote: Hi, I'm trying to use the mail() funtion but I can only use this funtion the email myself (the same email that I put in the php.ini file). I f I try to email someone else I get an error 530 delivery not allowed to non-local recipient, try

[PHP] Re: SMTP Authenticate

2003-03-15 Thread Bobby Patel
There is another php mailer class which is really good (and includes authentication among alot of other things). http://phpmailer.sourceforge.net Aitor Cabrera [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I'm trying to use the mail() funtion but I can only use this funtion the

[PHP] Re: SMTP, mail() and piping directly into Sendmail, which is better?

2003-01-22 Thread Jonathan Chum
Ignore this post, I got my answers from the archives :) Jonathan Chum [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'm working on mass mailing list application and doing my research on the part with the actual delivery of the message. I've been using a Perl

[PHP] Re: SMTP, mail() and piping directly into Sendmail, which is better?

2003-01-22 Thread Manuel Lemos
Hello, On 01/23/2003 01:48 AM, Jonathan Chum wrote: Then with PHP's mail(), folks have been saying that because it opens/closes a connection, looping through mail() adds additional overhead and that the best way would be to pipe into the MTA with popen()/pclose() People that say that are

[PHP] Re: smtp relay problem

2002-04-16 Thread phplists
Sounds like an MTA issue. You should find out which MTA it is and look at their support site.. Sendmail has a feature that will rewrite the domain on all outgoing addresses unless the user sending out is a 'trusted' user.. That could be the problem you are experiencing. You should certainly have