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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> cal
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
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:/
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
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
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 wra
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
saje
news:[EMAIL 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
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
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 mail
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
> exampl
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 i
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"
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 nam
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 meddel
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 th
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 authe
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 either
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 Per
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
34 matches
Mail list logo