Jump to content

abdalih

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Posts posted by abdalih

  1. [!--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]
×
×
  • 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.