Re: [PHP] MAIL Error

2009-04-24 Thread Jan G.B.
2009/4/22 Daniel Brown danbr...@php.net: On Wed, Apr 22, 2009 at 12:31, Jan G.B. ro0ot.w...@googlemail.com 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

Re: [PHP] MAIL Error

2009-04-24 Thread Jan G.B.
2009/4/22 tedd tedd.sperl...@gmail.com: 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

Re: [PHP] MAIL Error

2009-04-24 Thread tedd
At 11:13 AM +0200 4/24/09, Jan G.B. wrote: 2009/4/22 tedd tedd.sperl...@gmail.com: 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

Re: [PHP] MAIL Error

2009-04-24 Thread Bastien Koert
On Fri, Apr 24, 2009 at 10:03 AM, tedd tedd.sperl...@gmail.com wrote: At 11:13 AM +0200 4/24/09, Jan G.B. wrote: 2009/4/22 tedd tedd.sperl...@gmail.com: Your opinion as to IF I should say something, or not, carries little weight. When you've donated enough time helping others on this

Re: [PHP] MAIL Error

2009-04-24 Thread Jan G.B.
2009/4/24 Bastien Koert phps...@gmail.com: On Fri, Apr 24, 2009 at 10:03 AM, tedd tedd.sperl...@gmail.com 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

RE: [PHP] MAIL Error

2009-04-22 Thread tedd
At 10:45 AM +0530 4/22/09, ramesh.marimu...@wipro.com 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,

Re: [PHP] MAIL Error

2009-04-22 Thread Jan G.B.
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

Re: [PHP] MAIL Error

2009-04-22 Thread Daniel Brown
On Wed, Apr 22, 2009 at 12:31, Jan G.B. ro0ot.w...@googlemail.com 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,

Re: [PHP] MAIL Error

2009-04-22 Thread 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, skipping the mailing list, so that

RE: [PHP] MAIL Error

2009-04-21 Thread Warren Vail
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, While using $m=new MAIL; I get an

Re: RE: [PHP] MAIL Error

2009-04-21 Thread zhoo
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 -Original

Re: [PHP] MAIL Error

2009-04-21 Thread Daniel Brown
On Tue, Apr 21, 2009 at 03:28, ramesh.marimu...@wipro.com 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

Re: [PHP] MAIL Error

2009-04-21 Thread tedd
At 12:58 PM +0530 4/21/09, ramesh.marimu...@wipro.com 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

RE: [PHP] MAIL Error

2009-04-21 Thread ramesh.marimuthu
: [PHP] MAIL Error At 12:58 PM +0530 4/21/09, ramesh.marimu...@wipro.com 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

Re: [PHP] MAIL Error

2009-04-21 Thread kranthi
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

RE: [PHP] MAIL Error

2009-04-21 Thread ramesh.marimuthu
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

Re: [PHP] mail() error handling

2008-06-05 Thread Stut
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: snip $send = @mail( $to, $subject, $body, $headers ); if($send) {header( Location: http://somewhere/thankyou.html; );} else

Re: [PHP] Re: php mail() error

2004-11-14 Thread Manuel Lemos
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

Re: [PHP] Re: php mail() error

2004-11-13 Thread 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'); But when I get the following error back.: Warning: mail(): SMTP server

Re: [PHP] Re: php mail() error

2004-11-13 Thread Curt Zirzow
* 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'); But when I get the following

Re: [PHP] Re: php mail() error

2004-11-12 Thread Curt Zirzow
* 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'); But when I get

[PHP] Re: php mail() error

2004-11-10 Thread 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'); But when I get the following error back.: Warning:

Re: [PHP] Mail() error in logs

2003-08-31 Thread Curt Zirzow
* 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.1]

Re: [PHP] mail error

2003-08-14 Thread Jackson Miller
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

RE: [PHP] mail () error

2003-01-17 Thread John W. Holmes
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?

Re: [PHP] mail () error

2003-01-17 Thread Stephen Goehler
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

Re: [PHP] mail () error

2003-01-17 Thread Thomas Seifert
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

Re: [PHP] Mail Error

2002-12-14 Thread Jason Wong
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 on

Re: [PHP] mail() ERROR - WHY, WHY, WHY

2001-09-10 Thread Jason Brooke
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 sendmail,

RE: [PHP] mail() ERROR - WHY, WHY, WHY

2001-09-10 Thread Kraa de Simon
What does phpinfo() think of it? ? phpinfo() ? Search for sendmail_from, sendmail_path, SMTP under Configuration / PHP core and see if the values are correct. Simon. -Original Message- From: Badger [mailto:[EMAIL PROTECTED]] Sent: maandag 10 september 2001 9:24 To: [EMAIL