Jump to content

help me


abdalih

Recommended Posts

[!--sizeo:1--][span style=\"font-size:8pt;line-height:100%\"][!--/sizeo--]hi : i try to send msg to some email this is the code:
*************************************************
<?

// The message
$message = "Line 1\nLine 2\nLine 3";


// In case any of our lines are larger than 70 characters, we should use wordwrap()
$message = wordwrap($message, 70);

// Send
mail('a_abd77@hotmail.com', 'My Subject', $message);
?>
********************************************
when i try this script the result is
Warning: Server Error in c:\apache\htdocs\ss.php on line 11
***************************************************
in my php.ini the setting to email function as this:
*********************************
mail function]
; For Win32 only.
SMTP = smtp.mail.yahoo.com
smtp_port = 25

;
; For Win32 only.
sendmail_from = PHP_INI_ALL

; For Unix only. You may supply arguments as well (default: 'sendmail -t -i').
;sendmail_path =PHP_INI_SYSTEM
**************************************
im used winxp,phptrid,PHP Version 4.1.1
**********************
any one can help me[!--sizec--][/span][!--/sizec--][b]
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.