Re: [PHP] Email being blocked

2003-01-30 Thread Ben
No, its definitely not that. I've set the sendmail_from and it's still not working. Also, the mail() function actually fails to return a success code for the non-sitedomain addresses, implying that the problem is at the source, not the destination. Can anyone help? Thanks Ben Lowell Allen

RE: [PHP] Email being blocked

2003-01-30 Thread Timothy Hitchens \(HiTCHO\)
: [PHP] Email being blocked No, its definitely not that. I've set the sendmail_from and it's still not working. Also, the mail() function actually fails to return a success code for the non-sitedomain addresses, implying that the problem is at the source, not the destination. Can

Re: [PHP] Email being blocked

2003-01-30 Thread Ben
: [EMAIL PROTECTED] -Original Message- From: Ben [mailto:[EMAIL PROTECTED]] Sent: Thursday, 30 January 2003 9:45 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Email being blocked No, its definitely not that. I've set the sendmail_from and it's still not working. Also, the mail()

[PHP] Email being blocked

2003-01-29 Thread Ben
Hi, I have a very frustrating problem that I hope someone can give me an answer to. I'm trying to send out emails from a script, using the mail() function. This works, but only for email addresses that are in the same domain as the website ! So, if the website domain that the script is running

Re: [PHP] Email being blocked

2003-01-29 Thread Lowell Allen
From: Ben [EMAIL PROTECTED] [snip] I'm trying to send out emails from a script, using the mail() function. This works, but only for email addresses that are in the same domain as the website ! So, if the website domain that the script is running within is www.mysite.com, then