This is a discussion on exim4 sendmail within the alt.comp.lang.php forums, part of the PHP Programming Forums category; php seems to have stopped sending mail, i can send emails ok direclty through terminal ie mail(a@b.com,...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
php seems to have stopped sending mail, i can send emails ok direclty
through terminal ie mail(a@b.com,subject,message) however if i use php mail somthing like mail("damian@blah.co.uk", "My Subject", "Line 1\nLine 2\nLine 3"); nothing sends. Any ideas apreciated, running debian + exim4 at the server. Cheers Damian -- Damian Burrin UKRA 1159 Level 2 RSO EARS 1115 http://www.ukrocketry.com http://www.larf-rocketry.co.uk LARF - Putting the amateur back in rocketry!! |
|
|||
|
Damian Burrin wrote:
> php seems to have stopped sending mail, i can send emails ok direclty > through terminal ie mail(a@b.com,subject,message) however if i use php > mail somthing like mail("damian@blah.co.uk", "My Subject", "Line > 1\nLine 2\nLine 3"); nothing sends. > > Any ideas apreciated, running debian + exim4 at the server. What do the logs say? -- Who the hell wants to hear actors talk? -H.M. Warner, Warner Brothers, 1927. |
|
|||
|
>What do the logs say? They looke fine, i ended up removing php 5 and then adding the latest binaries. This new install seems to have recomplied the exim4 data and every thing is hunky dory again. Thanks Damian -- Damian Burrin UKRA 1159 Level 2 RSO EARS 1115 http://www.ukrocketry.com http://www.larf-rocketry.co.uk LARF - Putting the amateur back in rocketry!! "Andrew DeFaria" <Andrew@DeFaria.com> wrote in message news:4404fa5d$0$95976$742ec2ed@news.sonic.net... > Damian Burrin wrote: >> php seems to have stopped sending mail, i can send emails ok direclty >> through terminal ie mail(a@b.com,subject,message) however if i use php >> mail somthing like mail("damian@blah.co.uk", "My Subject", "Line 1\nLine >> 2\nLine 3"); nothing sends. >> >> Any ideas apreciated, running debian + exim4 at the server. > What do the logs say? > -- > Who the hell wants to hear actors talk? -H.M. Warner, Warner Brothers, > 1927. |