RE: [PHP] Troubles With Mail Function

2002-02-14 Thread Rick Emery
--Original Message- From: Dr. Shim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 10:14 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Troubles With Mail Function Well I tried what Gary suggested. I did "smtp.mindspring.com" and it worked beutifully. I feel stupid tha

Re: [PHP] Troubles With Mail Function

2002-02-14 Thread Dr. Shim
[mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 11:33 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Troubles With Mail Function Alright, I will show you my entire mail code here. BTW: I cannot mail using mail() function [mail function] ; For Win32 only. SMTP = mindspring.com ; For W

Re: [PHP] Troubles With Mail Function

2002-02-13 Thread Dr. Shim
Well I tried what Gary suggested. I did "smtp.mindspring.com" and it worked beutifully. I feel stupid that the problem was so simple. But, alas, I'm learing. Thanks all you. Robley, that is some very informative information, this "digging". dig -t mx alienmelon.com in console right? "David Rob

Re: [PHP] Troubles With Mail Function

2002-02-13 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Alright, I will show you my entire mail code here. BTW: I cannot mail using > mail() function > > [mail function] > ; For Win32 only. > SMTP = mindspring.com > > ; For Win32 only. > sendmail_from = [EMAIL PROTECTED] > > ; For Unix onl

Re: [PHP] Troubles With Mail Function

2002-02-13 Thread Gary
smtp.minspring.com is the address for out going mail. Gary Dr. Shim wrote: > Alright, I will show you my entire mail code here. BTW: I cannot mail using > mail() function > > [mail function] > ; For Win32 only. > SMTP = mindspring.com > > ; For Win32 only. > sendmail_from = [EMAIL PROTECTED]

RE: [PHP] Troubles With Mail Function

2002-02-13 Thread Martin Towell
I think the SMTP would be same as you use for your email client (outlook, eudora, other?) -Original Message- From: Dr. Shim [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 11:33 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Troubles With Mail Function Alright, I will show

Re: [PHP] Troubles With Mail Function

2002-02-13 Thread Dr. Shim
Alright, I will show you my entire mail code here. BTW: I cannot mail using mail() function [mail function] ; For Win32 only. SMTP = mindspring.com ; For Win32 only. sendmail_from = [EMAIL PROTECTED] ; For Unix only. You may supply arguments as well (default: 'sendmail -t -i'). ;sendmail_path

Re: [PHP] Troubles With Mail Function

2002-02-13 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Actually, I don't really know what to put in it. I thought that's what it > wanted. What does it want? > > "David Robley" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > In article <[EMAIL PROTECTED

RE: [PHP] Troubles With Mail Function

2002-02-13 Thread Rick Emery
show us more code. I believe SMTP would require the mail server Can you mail via the mail() function? -Original Message- From: Dr. Shim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 12:44 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Troubles With Mail Function Actually

Re: [PHP] Troubles With Mail Function

2002-02-13 Thread Dr. Shim
Actually, I don't really know what to put in it. I thought that's what it wanted. What does it want? "David Robley" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Well, I did this: > > [mail function] >

Re: [PHP] Troubles With Mail Function

2002-02-13 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Well, I did this: > > [mail function] > SMTP=mindspring.com > sendmail_form=[EMAIL PROTECTED] > <...rest I left unchanged...> > > Still doesn't work. :( > > BTW I'm using Windows at the moment to develop. > That SMTP

Re: [PHP] Troubles With Mail Function

2002-02-12 Thread Dr. Shim
Well, I did this: [mail function] SMTP=mindspring.com sendmail_form=[EMAIL PROTECTED] <...rest I left unchanged...> Still doesn't work. :( BTW I'm using Windows at the moment to develop. -Original Message- "Martin Towell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROT

RE: [PHP] Troubles With Mail Function

2002-02-12 Thread Martin Towell
mail -t -i') if your problem is caused by anything else, then I can't help you there, maybe someone??? HTH (hope this helps) Martin -Original Message- From: Dr. Shim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 12:26 PM To: [EMAIL PROTECTED] Subject: Re: [PHP

Re: [PHP] Troubles With Mail Function

2002-02-12 Thread Dr. Shim
No I haven't. How do I do that "Martin Towell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Have you set up the [mail function] section of your php.ini file ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

RE: [PHP] Troubles With Mail Function

2002-02-12 Thread Martin Towell
Have you set up the [mail function] section of your php.ini file ? -Original Message- From: Dr. Shim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 12:11 PM To: [EMAIL PROTECTED] Subject: [PHP] Troubles With Mail Function Hello. I'm pretty new to PHP, so if this is a dumb