2009/4/24 Bastien Koert :
>
>
> On Fri, Apr 24, 2009 at 10:03 AM, tedd wrote:
>> Whereas, your opinion doesn't matter much because you haven't contributed
>> anything I can remember
Tedd, it's not my problem that your sight is limited.
I don't believe the Netiquette states that "whatever one say
On Fri, Apr 24, 2009 at 10:03 AM, tedd wrote:
> At 11:13 AM +0200 4/24/09, Jan G.B. wrote:
>
>> 2009/4/22 tedd :
>> > Your opinion as to IF I should say something, or not, carries little
>> weight.
>>
>>> When you've donated enough time helping others on this list, then
>>> perhaps
>>> that wi
At 11:13 AM +0200 4/24/09, Jan G.B. wrote:
2009/4/22 tedd :
> Your opinion as to IF I should say something, or not, carries
little weight.
When you've donated enough time helping others on this list, then perhaps
that will change.
Sorry, but that's a bad attitude in my opinion. It's like "
2009/4/22 Daniel Brown :
> On Wed, Apr 22, 2009 at 12:31, Jan G.B. wrote:
>> I believe that you all should just overread the huge signature.
>> You've wasted a lot bandwidth with this discussion about the signature. :-)
>> It's not interesting.
>> You could have send your pointless replies to the
2009/4/22 tedd :
> At 6:31 PM +0200 4/22/09, Jan G.B. wrote:
>>
>> I believe that you all should just overread the huge signature.
>> You've wasted a lot bandwidth with this discussion about the signature.
>> :-)
>> It's not interesting.
>> You could have send your pointless replies to the person,
At 6:31 PM +0200 4/22/09, Jan G.B. wrote:
I believe that you all should just overread the huge signature.
You've wasted a lot bandwidth with this discussion about the signature. :-)
It's not interesting.
You could have send your pointless replies to the person, skipping the
mailing list, so that
On Wed, Apr 22, 2009 at 12:31, Jan G.B. wrote:
> I believe that you all should just overread the huge signature.
> You've wasted a lot bandwidth with this discussion about the signature. :-)
> It's not interesting.
> You could have send your pointless replies to the person, skipping the
> mailing
I believe that you all should just overread the huge signature.
You've wasted a lot bandwidth with this discussion about the signature. :-)
It's not interesting.
You could have send your pointless replies to the person, skipping the
mailing list, so that we aren't annoyed by your drivel which is se
At 10:45 AM +0530 4/22/09, wrote:
Yeah its all garbage. But its from the company. I don't know how to trim
it. Can anyone suggest?
First, tell your company that they are making a fool of themselves on
the net and do they want to continue the practice? After all, their
practice is hindering y
Thanks kranthi
-Original Message-
From: kranthi [mailto:kranthi...@gmail.com]
Sent: Wednesday, April 22, 2009 11:02 AM
To: Ramesh Marimuthu (WT01 - Telecom Equipment)
Cc: tedd.sperl...@gmail.com; php-general@lists.php.net
Subject: Re: [PHP] MAIL Error
seems u r company mail server is
seems u r company mail server is adding this to all outgoing mails. if
that is the case only option is to change configuration settings in
the mail server. you can ask the anchorites to do that (i m not
optimistic bout that, though).
dont use this mail server to send mails to mailing lists
Kranth
t: Re: [PHP] MAIL Error
At 12:58 PM +0530 4/21/09, wrote:
>P Save a tree...please don't print this e-mail unless you really need
>to
>
>
>Please do not print this email unless it is absolutely necessary.
>
>The information contained in this electronic message and any
&
At 12:58 PM +0530 4/21/09, wrote:
P Save a tree...please don't print this e-mail unless you really need to
Please do not print this email unless it is absolutely necessary.
The information contained in this electronic message and any
attachments to this message are intended for the exclusive
On Tue, Apr 21, 2009 at 03:28, wrote:
> Hi All,
>
> While using $m=new MAIL; I get an error "Fatal error: Class 'MAIL' not
> found in...".
>
> Can anyone help on this?
Maybe if you provided the relevant code and not just a single
variable instantiation.
Also, per the rules of the list (
you don't include the mail class?
or the include path is incorrect .
2009-04-21
zhoo
发件人: Warren Vail
发送时间: 2009-04-21 15:41:25
收件人: ramesh.marimu...@wipro.com; php-general@lists.php.net
抄送:
主题: RE: [PHP] MAIL Error
Isn't mail a function and not a class?
Warren
>
Isn't mail a function and not a class?
Warren
> -Original Message-
> From: ramesh.marimu...@wipro.com [mailto:ramesh.marimu...@wipro.com]
> Sent: Tuesday, April 21, 2009 12:29 AM
> To: php-general@lists.php.net
> Subject: [PHP] MAIL Error
>
> Hi All,
>
Hi All,
While using $m=new MAIL; I get an error "Fatal error: Class 'MAIL' not
found in...".
Can anyone help on this?
regards,
-ramesh
P Save a tree...please don't print this e-mail unless you really need to
Please do not print this email unless it is absolutely necessary.
The information co
On 5 Jun 2008, at 09:48, Henrik Johansson wrote:
I have a piece of code that uses mail() to, well, send mail.
It works, but not the error handling which is as follows:
$send = @mail( $to, $subject, $body, $headers );
if($send)
{header( "Location: http://somewhere/thankyou.html"; );}
else
{prin
Hi.
I have a piece of code that uses mail() to, well, send mail.
It works, but not the error handling which is as follows:
$send = @mail( $to, $subject, $body, $headers );
if($send)
{header( "Location: http://somewhere/thankyou.html"; );}
else
{print "Oops, couldn't deliver the message, please
Hello,
On 11/14/2004 04:11 AM, Curt Zirzow wrote:
Im using the php mail() function to try send an email to a user that has
just registered.
mail($HTTP_POST_VARS['emailaddress1'], 'Matchmakers Website
Registration' ,
'Welcome');
But when I get the following error back.:
Warning: mail(): SMTP serve
Hello,
On 11/14/2004 03:49 AM, Curt Zirzow wrote:
Requiring authentication is one common solution to not leave
relaying opened.
Common but not the *only* way.
That is irrelevant because most servers that issue the message above
only allow relaying with prior authentication.
FYI, the class that I
* Thus wrote Manuel Lemos:
> Hello,
>
> On 11/13/2004 04:12 AM, Curt Zirzow wrote:
> >>>Im using the php mail() function to try send an email to a user that has
> >>>just registered.
> >>>
> >>>mail($HTTP_POST_VARS['emailaddress1'], 'Matchmakers Website
> >>>Registration' ,
> >>>'Welcome');
> >>>
* Thus wrote Manuel Lemos:
> Hello,
>
> On 11/14/2004 02:15 AM, Curt Zirzow wrote:
> >>>If you even paid attention to Jason's message a simple google
> >>>search for:
> >>>
> >>>smtp 550 5.7.1 unable to rely for
> >>>
> >>>returns a bunch more information than spam.
> >>
> >>FYI, that is a common
Hello,
On 11/13/2004 04:12 AM, Curt Zirzow wrote:
Im using the php mail() function to try send an email to a user that has
just registered.
mail($HTTP_POST_VARS['emailaddress1'], 'Matchmakers Website Registration' ,
'Welcome');
But when I get the following error back.:
Warning: mail(): SMTP server
Hello,
On 11/14/2004 02:15 AM, Curt Zirzow wrote:
If you even paid attention to Jason's message a simple google
search for:
smtp 550 5.7.1 unable to rely for
returns a bunch more information than spam.
FYI, that is a common error message that SMTP servers return when they
only allow relaying messa
* Thus wrote Manuel Lemos:
> Hello,
>
> On 11/13/2004 04:08 AM, Curt Zirzow wrote:
> >* Thus wrote Jason Wong:
> >
> >>On Wednesday 10 November 2004 12:36, Garth Hapgood - Strickland wrote:
> >>
> >>>But when I get the following error back.:
> >>> Warning: mail(): SMTP server response: 550 5.7.1 U
* Thus wrote Manuel Lemos:
> Hello,
>
> On 11/14/2004 01:29 AM, Curt Zirzow wrote:
> >
> >If you even paid attention to Jason's message a simple google
> >search for:
> >
> > smtp 550 5.7.1 unable to rely for
> >
> >returns a bunch more information than spam.
>
> FYI, that is a common error mess
Hello,
On 11/14/2004 01:29 AM, Curt Zirzow wrote:
But when I get the following error back.:
Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for
[EMAIL PROTECTED]
...
This is a VERY FAQ.
googling the error message will tell you what it means. Searching the
archives> will give you s
Hello,
On 11/13/2004 04:08 AM, Curt Zirzow wrote:
* Thus wrote Jason Wong:
On Wednesday 10 November 2004 12:36, Garth Hapgood - Strickland wrote:
But when I get the following error back.:
Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for
[EMAIL PROTECTED]
...
This is a VERY FAQ.
* Thus wrote Manuel Lemos:
> Hello,
>
> On 11/10/2004 10:36 AM, Garth Hapgood - Strickland wrote:
> >Im using the php mail() function to try send an email to a user that has
> >just registered.
> >
> >mail($HTTP_POST_VARS['emailaddress1'], 'Matchmakers Website Registration' ,
> >'Welcome');
> >
>
* Thus wrote Jason Wong:
> On Wednesday 10 November 2004 12:36, Garth Hapgood - Strickland wrote:
> > But when I get the following error back.:
> > Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for
> > [EMAIL PROTECTED]
> >
> >...
>
> This is a VERY FAQ.
>
> googling the erro
PROTECTED]
Subject: Re: [PHP] php mail() error
On Wed, 10 Nov 2004 23:14:43 +, Jason Wong
<[EMAIL PROTECTED]> wrote:
> Or you can wait for Manuel Lemos' reply :)
Good one. :)
--
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http:
od - Strickland [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 10, 2004 6:06 PM
To: [EMAIL PROTECTED]
Subject: [PHP] php mail() error
Im using the php mail() function to try send an email to a user that has
just registered.
mail($HTTP_POST_VARS['emailaddress1'], 'Matchmakers
Garth Hapgood - Strickland wrote:
> But when I get the following error back.:
Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for
[EMAIL PROTECTED]
Can someone help me out, by telling me what it means or what Im doing wrong?
Your mail server is not set up to send mail from (or r
Hello,
On 11/10/2004 10:36 AM, Garth Hapgood - Strickland wrote:
Im using the php mail() function to try send an email to a user that has
just registered.
mail($HTTP_POST_VARS['emailaddress1'], 'Matchmakers Website Registration' ,
'Welcome');
But when I get the following error back.:
Warning: mai
On Wed, 10 Nov 2004 23:14:43 +, Jason Wong <[EMAIL PROTECTED]> wrote:
> Or you can wait for Manuel Lemos' reply :)
Good one. :)
--
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: h
On Wednesday 10 November 2004 12:36, Garth Hapgood - Strickland wrote:
> Im using the php mail() function to try send an email to a user that has
> just registered.
>
> mail($HTTP_POST_VARS['emailaddress1'], 'Matchmakers Website Registration' ,
> 'Welcome');
>
> But when I get the following error b
Im using the php mail() function to try send an email to a user that has
just registered.
mail($HTTP_POST_VARS['emailaddress1'], 'Matchmakers Website Registration' ,
'Welcome');
But when I get the following error back.:
Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for
[EMAIL
* Thus wrote Mike Morton ([EMAIL PROTECTED]):
> Hey there - quick question - until a week ago, the mail() function I am
> using to email confirmations was working fine, now the following error is
> showing up in the logs:
>
> Aug 31 11:50:26 www2 sendmail[29579]: h7VFoQc7029579: localhost [127.0.0
Hey there - quick question - until a week ago, the mail() function I am
using to email confirmations was working fine, now the following error is
showing up in the logs:
Aug 31 11:50:26 www2 sendmail[29579]: h7VFoQc7029579: localhost [127.0.0.1]
did not issue MAIL/EXPN/VRFY/ETRN during connection
The from header has to be something like:
$mailheaders = "From: My Web Site <[EMAIL PROTECTED]>\n";
There has to be an email address in the from header. It will show up like you
want in your mail client.
-Jackson
On Thursday 14 August 2003 10:50, merryE wrote:
> I am using php 4 with apache in
I am using php 4 with apache in windows. I created a form in html with this code:
your name:
your email:
Additional message:
In php, I wrote this and save as do_feedback.php:
Thank You, $sender_name";
echo "We appreciate your feedback";
?>
I got an error message ssy Undefined variable:sen
The mail-server has to respond that it received the mail.
Maybe you've set the firewall only one-way open?
Thomas
On Fri, 17 Jan 2003 15:29:32 -0500 [EMAIL PROTECTED] (Stephen Goehler) wrote:
> Thanks, the server was relaying, but it turned out to be the firewall that
> was rejecting the reques
Thanks, the server was relaying, but it turned out to be the firewall that
was rejecting the request.
Now I have a new problem thought, my mail () command will send the mail (and
I receive it) but it will just hang there and eventually return this:
Fatal error: Maximum execution time of 30 second
> Anyone know what causes this error?
>
> Warning: mail ()[function.mail]: Failed to receive
>
> Can it not find the mail server?
When I got this error it was because the server was rejecting the email,
saying it wouldn't relay the message. Maybe check your relay setting in
your SMTP server?
--
Anyone know what causes this error?
Warning: mail ()[function.mail]: Failed to receive
Can it not find the mail server?
On a side note, is there a PHP resource on the net that will listed error
messages and their possible causes?
Thanks,
Steve
--
PHP General Mailing List (http://www.php.ne
On Saturday 14 December 2002 11:34, Manuel Ochoa wrote:
> I have a Windows server running Apache 2 and PHP 4.3
>
> I got the following error while using the mail() function:
> Warning: mail() [function.mail]: SMTP server response: 550 User not local.
> We don't relay in C:\Apache2\htdocs\mymail.php
I have a Windows server running Apache 2 and PHP 4.3
I got the following error while using the mail() function:
Warning: mail() [function.mail]: SMTP server response: 550 User not local. We don't
relay in C:\Apache2\htdocs\mymail.php on line 22
Any ideas?
Hello all,
I have the bellow script which will be called from the following URL
"http://172.24.110.113/sendmail.php?[EMAIL PROTECTED]&body=this is a
test message". The "to" and "body" field in the URL are variable. The
problem I have, there is no error checking in this script, it replays always
w
inal Message -
RL> From: Badger <[EMAIL PROTECTED]>
RL> Newsgroups: php.general
RL> To: <[EMAIL PROTECTED]>
RL> Sent: Monday, September 10, 2001 1:34 PM
RL> Subject: Ramesus HELP ! Fwd: [PHP] mail() ERROR - WHY, WHY, WHY
>> This is a forwarded message
>>
1 1:34 PM
Subject: Ramesus HELP ! Fwd: [PHP] mail() ERROR - WHY, WHY, WHY
> This is a forwarded message
> From: Badger <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Date: Monday, September 10, 2001, 12:23:54 AM
> Subject: [PHP] mail() ERROR - WHY, WHY, WHY
>
&
This is a forwarded message
From: Badger <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Monday, September 10, 2001, 11:04:54 PM
Subject: [PHP] Rasmus HELP ! Fwd: [PHP] mail() ERROR - WHY, WHY, WHY
===8<==Original message text===
This is a forwarded message
Fro
This is a forwarded message
From: Badger <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Monday, September 10, 2001, 11:34:45 AM
Subject: [PHP] Ramesus HELP ! Fwd: [PHP] mail() ERROR - WHY, WHY, WHY
===8<==Original message text===
This is a forwarded message
Fro
This is a forwarded message
From: Badger <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Monday, September 10, 2001, 12:23:54 AM
Subject: [PHP] mail() ERROR - WHY, WHY, WHY
===8<==Original message text===
Hello ,
I drowing here and need a life-ring! I ha
Hello David,
Monday, September 10, 2001, 1:02:37 AM, you wrote:
DR> On Mon, 10 Sep 2001 17:11, Badger wrote:
>> Yes, running RH ditribution 7.1, PHP 4.0.6 compile from source, and
>> sendmail 8.10.11.0.rpm (note that I would like to use my dmail smtp
>> server and only installed sendmail to tro
On Mon, 10 Sep 2001 17:11, Badger wrote:
> Yes, running RH ditribution 7.1, PHP 4.0.6 compile from source, and
> sendmail 8.10.11.0.rpm (note that I would like to use my dmail smtp
> server and only installed sendmail to troublshoot this problem.
>
> here in my php build:
> --
Hello Jason,
Monday, September 10, 2001, 12:26:30 AM, you wrote:
>> I drowing here and need a life-ring! I have a site relying heavily on
>> e-mail registration, forums, etc. and mail() is broken in my php
>> install. I've been using an smtp server other than sendmail, but
>> based on recommen
IL PROTECTED]
> Subject: [PHP] mail() ERROR - WHY, WHY, WHY
>
>
> Hello ,
>
>
> I drowing here and need a life-ring! I have a site relying heavily on
> e-mail registration, forums, etc. and mail() is broken in my php
> install. I've been using an smtp server other tha
> I drowing here and need a life-ring! I have a site relying heavily on
> e-mail registration, forums, etc. and mail() is broken in my php
> install. I've been using an smtp server other than sendmail, but
> based on recommendations I have removed that smtp server, removed php,
> installed sendm
Hello ,
I drowing here and need a life-ring! I have a site relying heavily on
e-mail registration, forums, etc. and mail() is broken in my php
install. I've been using an smtp server other than sendmail, but
based on recommendations I have removed that smtp server, removed php,
installed sendm
60 matches
Mail list logo