Re: [PHP] Server cannot send emails

2009-01-19 Thread Al
Sergio Jovani wrote: Thanks to all. The problem is caused by a server restriction. SourceForge.net does not allow to send emails from PHP. Bye! 2009/1/17 Morris : If you are using apache + php, check php.in your server is able to support the mail() function and you have correctly set up the

Re: [PHP] Server cannot send emails

2009-01-19 Thread Sergio Jovani
Thanks to all. The problem is caused by a server restriction. SourceForge.net does not allow to send emails from PHP. Bye! 2009/1/17 Morris : > If you are using apache + php, check php.in your server is able to support > the mail() function and you have correctly set up the send and return > addr

Re: [PHP] Server cannot send emails

2009-01-17 Thread Morris
If you are using apache + php, check php.in your server is able to support the mail() function and you have correctly set up the send and return address. 2009/1/17 Ashley Sheridan > On Fri, 2009-01-16 at 15:25 +0100, Sergio Jovani wrote: > > Hi, > > > > Thanks for replying. Adding "From" header

Re: [PHP] Server cannot send emails

2009-01-17 Thread Ashley Sheridan
On Fri, 2009-01-16 at 15:25 +0100, Sergio Jovani wrote: > Hi, > > Thanks for replying. Adding "From" header did not solve the problem. > I'm thinking is a server limitation. Could it be? > > 2009/1/16 Thiago H. Pojda : > > On Fri, Jan 16, 2009 at 10:36 AM, Sergio Jovani wrote: > >> > >> Hi! > >>

Re: [PHP] Server cannot send emails

2009-01-16 Thread Sergio Jovani
Hi, Thanks for replying. Adding "From" header did not solve the problem. I'm thinking is a server limitation. Could it be? 2009/1/16 Thiago H. Pojda : > On Fri, Jan 16, 2009 at 10:36 AM, Sergio Jovani wrote: >> >> Hi! >> >> I have working at SourceForge.net project web space Drupal as CMS. I >>

Re: [PHP] Server cannot send emails

2009-01-16 Thread Thiago H. Pojda
On Fri, Jan 16, 2009 at 10:36 AM, Sergio Jovani wrote: > Hi! > > I have working at SourceForge.net project web space Drupal as CMS. I > have many modules installed related with email like Contact, Notify... > This modules never worked and I tried send an email from email php > function. I did it

[PHP] Server cannot send emails

2009-01-16 Thread Sergio Jovani
Hi! I have working at SourceForge.net project web space Drupal as CMS. I have many modules installed related with email like Contact, Notify... This modules never worked and I tried send an email from email php function. I did it with: Message successfully sent!"); } else { echo("Message deliv