Results 1 to 9 of 9

Thread: I have a truoble in sending emails

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2005
    Location
    United States
    Posts
    157

    I have a truoble in sending emails

    Hello
    I use this code to send emails from my website using PHP:

    PHP Code:
    $headers  "MIME-Version: 1.0\r\n";
    $headers .= "Content-type: text/html; charset=windows-1256\r\n";
    $headers .= "From: Express English <[email protected]>";


    $message '
    <html><body>'
    'Hello' .
    '</body></html>';

    mail (to,subject,$message,$headers); 
    It was working for a while as well, but today it wasn't working any more.
    No emails have been sent.
    What's problem?
    Please
    Last edited by onh1986; Oct 20th, 2006 at 10:03 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width