Re: [PHP] Mail/Confirmation Script delivery problems

2002-08-30 Thread Andre Dubuc

On Friday 30 August 2002 03:57 pm, you wrote:
> On Saturday 31 August 2002 03:52, Andre Dubuc wrote:
> > > What 'minor' changes did you make to $message? Does rolling back those
> > > changes make it work again?
> >
> > I had just added another text sentence between "blah, blah, blah' and
> > 'https://'. And yes, I tried rollbacks to when it worked. Nope -
> > nothing comes through.
>
> So we've established that it is very unlikely that your problem is caused
> by the 'minor' changes to $message?
>
> > So, I dumped my Postfix setup, re-installed, and
> > same problem. (And blush, blush :  after the re-install I forgot to
> > change the smtp server from 'localhost' to 'webhart.net' - but even after
> > I fixed that, nothing comes through from this script.)
> >
> > I figure it might be my postfix config, but then again, I can mail via
> > Kmail (ergo this email) so it's got to be the script -- but where??
>
> What you can try is using error_log() to mail something -- yes RTFM if
> necessary. Presumably it uses the same mechanism as mail() to send mail. If
> that works then I think you can pretty much rule out postfix config
> problems and php.ini problems. Which then just leaves your code which you
> should post in full.

Hi Jason,

Oh, I feel so stupid! I found the problem -- I hadn't specified the mail 
agent in Opera (the latest browser I was testing with). The reason why it 
worked before was that I had used Konqueror and Mozilla as test browsers.

Sorry to waste your time. But thanks a heap for the excellent suggestions. 
(what made me check: the last time it worked was just before I had asked my 
IP to add filtermail to my last email account. He said it sounded like a 
browser problem with email sending.

Thanks aagin (as he shuffles slowly to a corner, blushing profusely :>)
Andre

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Mail/Confirmation Script delivery problems

2002-08-30 Thread Jason Wong

On Saturday 31 August 2002 03:52, Andre Dubuc wrote:

> > What 'minor' changes did you make to $message? Does rolling back those
> > changes make it work again?
>
> I had just added another text sentence between "blah, blah, blah' and
> 'https://'. And yes, I tried rollbacks to when it worked. Nope -
> nothing comes through. 

So we've established that it is very unlikely that your problem is caused by 
the 'minor' changes to $message?

> So, I dumped my Postfix setup, re-installed, and
> same problem. (And blush, blush :  after the re-install I forgot to change
> the smtp server from 'localhost' to 'webhart.net' - but even after I fixed
> that, nothing comes through from this script.)
>
> I figure it might be my postfix config, but then again, I can mail via
> Kmail (ergo this email) so it's got to be the script -- but where??

What you can try is using error_log() to mail something -- yes RTFM if 
necessary. Presumably it uses the same mechanism as mail() to send mail. If 
that works then I think you can pretty much rule out postfix config problems 
and php.ini problems. Which then just leaves your code which you should post 
in full.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
If something has not yet gone wrong then it would ultimately have been
beneficial for it to go wrong.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Mail/Confirmation Script delivery problems

2002-08-30 Thread Andre Dubuc

On Friday 30 August 2002 03:38 pm, you wrote:
> On Saturday 31 August 2002 03:25, Andre Dubuc wrote:
> > But checking the mailbox of '[EMAIL PROTECTED]' (and three others that
> > I've sent it to) nothing shows up. Now, what's strange, it used to work
> > perfecttly before I made minor changes to $message. I've
> > scanned/debugged/scratched my head but I can't figure what's going wrong.
>
> What 'minor' changes did you make to $message? Does rolling back those
> changes make it work again?

I had just added another text sentence between "blah, blah, blah' and 
'https://'. And yes, I tried rollbacks to when it worked. Nope - nothing 
comes through. So, I dumped my Postfix setup, re-installed, and same problem. 
(And blush, blush :  after the re-install I forgot to change the smtp server 
from 'localhost' to 'webhart.net' - but even after I fixed that, nothing 
comes through from this script.)

I figure it might be my postfix config, but then again, I can mail via Kmail 
(ergo this email) so it's got to be the script -- but where??

Tia,
Andre

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Mail/Confirmation Script delivery problems

2002-08-30 Thread Jason Wong

On Saturday 31 August 2002 03:25, Andre Dubuc wrote:

> But checking the mailbox of '[EMAIL PROTECTED]' (and three others that I've
> sent it to) nothing shows up. Now, what's strange, it used to work
> perfecttly before I made minor changes to $message. I've
> scanned/debugged/scratched my head but I can't figure what's going wrong.

What 'minor' changes did you make to $message? Does rolling back those changes 
make it work again?

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Finality is death.
Perfection is finality.
Nothing is perfect.
There are lumps in it.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php