|
-
Oct 20th, 2006, 09:07 PM
#1
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|