Email suddenly stop working?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RAZZ

    Email suddenly stop working?

    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
    mail
  • Rik Wasmus

    #2
    Re: Email suddenly stop working?

    On Wed, 21 May 2008 06:30:55 +0200, RAZZ <rajat82.gupta@ gmail.comwrote:
    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

    Comment

    Working...