This is a discussion on Email suddenly stop working? within the PHP Language forums, part of the PHP Programming Forums category; hi, I am wondering why suddenly email are not coming. Can anyone tell me if somethings change i have to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hi,
I am wondering why suddenly email are not coming. Can anyone tell me if somethings change i have to made in my code since it was perfectly working few days before. we are using yahoo server so is there anything changed recently? my code is as follows : mail("$tomail", "$subject", "$content"); NOTE: $tomail will have email id of person $subject and $content are subject and content of |
|
|||
|
On Wed, 21 May 2008 06:30:55 +0200, RAZZ <rajat82.gupta@gmail.com> wrote:
> hi, > > I am wondering why suddenly email are not coming. Can anyone tell me > if somethings change i have to made in my code since it was perfectly > working few days before. we are using yahoo server so is there > anything changed recently? > > my code is as follows : > > mail("$tomail", "$subject", "$content"); > > NOTE: $tomail will have email id of person > $subject and $content are subject and content of - check for spamfilters on the way, usually PHP sends his stuff bet it gets caught in the filters. - check the retutn of mail() - ask your hoster if they changed something. -- Rik Wasmus ....spamrun finished |