Re: [POSSIBLE SPAM] Re: [nyphp-talk] Setting up outgoing mail using Linux

2008-06-18 Thread David Mintz
And the solution was ? On Wed, Jun 18, 2008 at 12:41 PM, PaulCheung <[EMAIL PROTECTED]> wrote: > Thanks everybody for your help and suggestions. The problem is now sorted > > Paul > > > -- David Mintz http://davidmintz.org/ The subtle source is clear and bright The tributary streams flow th

[POSSIBLE SPAM] Re: [nyphp-talk] Setting up outgoing mail using Linux

2008-06-18 Thread PaulCheung
Thanks everybody for your help and suggestions. The problem is now sorted Paul ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participa

Re: [nyphp-talk] Setting up outgoing mail using Linux

2008-06-12 Thread Max Gribov
PaulCheung wrote: I am having problems trying to send automated emails using Linux, typically order confirmation emails. I don't know how it is set-up and according to the manual I read it said "for unix only. You may supply arguments as well (default: 'sendmail -t -i). sendmail_path = sendmai

Re: [nyphp-talk] Setting up outgoing mail using Linux

2008-06-11 Thread Steve Manes
csnyder wrote: Most mail-related problems have nothing to do with the sendmail line used by PHP. They are typically problems further downstream in the mail system. A common one is assuming that the localhost mail server is working because it accepts the mail from the application. I see a lot

Re: [nyphp-talk] Setting up outgoing mail using Linux

2008-06-11 Thread Jeff Knight
Start simply, run this script and see what happens It is possible that your email is going out, but getting rejected, and the return path will help you establish that. If mail() fails, as stated above you're going to need to check your logs for more information. You might want to even consider u

Re: [nyphp-talk] Setting up outgoing mail using Linux

2008-06-11 Thread PaulCheung
grateful if you would be so kind as to let me have a copy of the coding. Paul - Original Message - From: "Allen Shaw" <[EMAIL PROTECTED]> To: "NYPHP Talk" Sent: Wednesday, June 11, 2008 4:25 PM Subject: Re: [nyphp-talk] Setting up outgoing mail using Linux Pa

Re: [nyphp-talk] Setting up outgoing mail using Linux

2008-06-11 Thread csnyder
On Wed, Jun 11, 2008 at 11:25 AM, Allen Shaw <[EMAIL PROTECTED]> wrote: > I also assume you have asked your hosting provider for help on this? If you > have, their reply might offer some clues to people here who want to help > you. And you've scoured their documentation for references to sendmai

Re: [nyphp-talk] Setting up outgoing mail using Linux

2008-06-11 Thread Allen Shaw
PaulCheung wrote: Thanks for that, it didn't work either.Everything appears to have been sent but the email never arrives or is it sent? Hi Paul, You want to make sure you're analyzing the situation in detail, looking for evidence that will indicate the source of the problem. That is, avoid

Re: [nyphp-talk] Setting up outgoing mail using Linux

2008-06-11 Thread PaulCheung
-- Joe Schmitt [EMAIL PROTECTED] - Original Message - From: "PaulCheung" <[EMAIL PROTECTED]> To: "NYPHP Talk" Sent: Tuesday, June 10, 2008 2:57 PM Subject: [nyphp-talk] Setting up outgoing mail using Linux Can anybody help? I am having problems trying to send autom

Re: [nyphp-talk] Setting up outgoing mail using Linux

2008-06-10 Thread Joe Schmitt
From: "PaulCheung" <[EMAIL PROTECTED]> To: "NYPHP Talk" Sent: Tuesday, June 10, 2008 2:57 PM Subject: [nyphp-talk] Setting up outgoing mail using Linux > Can anybody help? > > I am having problems trying to send automated emails using Linux, typically > order conf

[nyphp-talk] Setting up outgoing mail using Linux

2008-06-10 Thread PaulCheung
Can anybody help? I am having problems trying to send automated emails using Linux, typically order confirmation emails. I don't know how it is set-up and according to the manual I read it said "for unix only. You may supply arguments as well (default: 'sendmail -t -i). sendmail_path = sendma