Re: [PHP-DB] Problem with mail funktion

2005-09-17 Thread viraj
ROTECTED] > Sent: Sonntag, 18. September 2005 05:10 > To: php-db@lists.php.net > Subject: Re: [PHP-DB] Problem with mail funktion > > As far as I know the "Unknown error" related to the mail function > indicates that PHP could not connect to the SMTP server specified in &

Re: [PHP-DB] Problem with mail funktion

2005-09-17 Thread Chris
t: Re: [PHP-DB] Problem with mail funktion As far as I know the "Unknown error" related to the mail function indicates that PHP could not connect to the SMTP server specified in php.ini. You could load phpinfo(); and check to see what php.ini file you are using. Then check that for t

RE: [PHP-DB] Problem with mail funktion

2005-09-17 Thread Daryl Booth
I'm not sure what should be in the php.ini. Where can I find out what needs to be in the SMTP section? -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Sonntag, 18. September 2005 05:10 To: php-db@lists.php.net Subject: Re: [PHP-DB] Problem with mail funktion As far

Re: [PHP-DB] Problem with mail funktion

2005-09-17 Thread Chris
As far as I know the "Unknown error" related to the mail function indicates that PHP could not connect to the SMTP server specified in php.ini. You could load phpinfo(); and check to see what php.ini file you are using. Then check that for the SMTP setting. FYI: doing a google search on 'PHP

[PHP-DB] Problem with mail funktion

2005-09-17 Thread Daryl Booth
Hi, I'm trying to set up a simple mail form but the following code: mail($empfaenger,$betreff,$msg,$header); gives me the error: Warning: Unknown error in C:\FoxServ\www\Dad\contactform.php on line 87 Line 87 is the mail function line all of the variables are spelt right empfaenger=reci

[PHP-DB] Nevermind [was: [PHP-DB] Problem with mail()]

2003-12-04 Thread jeffreyb
Priority: normal Subject:[PHP-DB] Problem with mail() > I have an if statement which includes two mail() functions. Curiously, the second > one works, > in that it results in e-mails being received. But the first doesn't - and I cannot > for the life of

[PHP-DB] Problem with mail()

2003-12-04 Thread jeffreyb
I have an if statement which includes two mail() functions. Curiously, the second one works, in that it results in e-mails being received. But the first doesn't - and I cannot for the life of me figure out why. The code is below. It is part of the final sequence for registering for an on-line

RE: [PHP-DB] Problem with mail function

2002-01-16 Thread Beau Lebens
- // From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] // Sent: Tuesday, 15 January 2002 1:52 AM // To: Faye Keesic // Cc: [EMAIL PROTECTED] // Subject: Re: [PHP-DB] Problem with mail function // // // Is it the ole 30-second timeout thang? Changeable in php.ini? // // On Mon, 14 Jan 2002, Faye

Re: [PHP-DB] Problem with mail function

2002-01-15 Thread Faye Keesic
-0800 (PST) > To: Faye Keesic <[EMAIL PROTECTED]> > Subject: Re: [PHP-DB] Problem with mail function > > How's it going? Haven't heard from you, so I assume that you've solved > the problem. > > > Ted > -- PHP Database Mailing List (http://

Re: [PHP-DB] Problem with mail function

2002-01-15 Thread Jon Farmer
Hi Faye > Maybe I shouldn't be trying to send that many emails at a time. I am on > apache using mysql and php... > -- put the line set_time_limit(0); at the top of your PHP script Regards Jon -- Jon Farmer Systems Programmer, Entanet www.enta.net Tel 01952 428969 Mob 07763 620378 PGP Key

Re: [PHP-DB] Problem with mail function

2002-01-14 Thread Jason Wong
On Tuesday 15 January 2002 10:53, olinux wrote: > Is there a solution to this if you do not have edit > access to the php.ini file? [ie. a shared server] A number of the settings in php.ini can be set/altered from within your script. Check out ini_set() and friends. -- Jason Wong -> Gremlin

Re: [PHP-DB] Problem with mail function

2002-01-14 Thread olinux
Analyst/Web Page Design > > > > >> From: [EMAIL PROTECTED] > > >> Date: Mon, 14 Jan 2002 09:51:54 -0800 (PST) > > >> To: Faye Keesic <[EMAIL PROTECTED]> > > >> Cc: [EMAIL PROTECTED] > > >> Subject: Re: [PHP-DB] Problem with mail

Re: [PHP-DB] Problem with mail function

2002-01-14 Thread ted
like others have the same problem. mail() is a php weakness??? > > -- > Faye Keesic > Computer Programmer Analyst/Web Page Design > > >> From: [EMAIL PROTECTED] > >> Date: Mon, 14 Jan 2002 09:51:54 -0800 (PST) > >> To: Faye Keesic <[EMAIL PROTECTED]> > >>

Re: [PHP-DB] Problem with mail function

2002-01-14 Thread Faye Keesic
) is a php weakness??? -- Faye Keesic Computer Programmer Analyst/Web Page Design >> From: [EMAIL PROTECTED] >> Date: Mon, 14 Jan 2002 09:51:54 -0800 (PST) >> To: Faye Keesic <[EMAIL PROTECTED]> >> Cc: [EMAIL PROTECTED] >> Subject: Re: [PHP-DB] Problem with mail f

Re: [PHP-DB] Problem with mail function

2002-01-14 Thread ted
Is it the ole 30-second timeout thang? Changeable in php.ini? On Mon, 14 Jan 2002, Faye Keesic wrote: > Hi there... > > I have a problem mailing out approx. 180 emails (no attachments) using the > mail() php function. I loop through the email table once, sending the email > to everyone in the

[PHP-DB] Problem with mail function

2002-01-14 Thread Faye Keesic
Hi there... I have a problem mailing out approx. 180 emails (no attachments) using the mail() php function. I loop through the email table once, sending the email to everyone in the list. The problem is that my page seems to time out when I send the emails, and it refreshes itself. So if I don