abdalih Posted April 18, 2006 Share Posted April 18, 2006 [!--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);// Sendmail('a_abd77@hotmail.com', 'My Subject', $message);?> ********************************************when i try this script the result isWarning: 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] Quote Link to comment https://forums.phpfreaks.com/topic/7730-help-me/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.