Sendmail not sending WAS email app i can use

From: jim lawrence (fedorajim_at_gmail.com)
Date: 04/24/05

  • Next message: linux newbie: "burning dao audio cds"
    Date: Sat, 23 Apr 2005 19:20:40 -0400
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    
    

    > This is what I decided to do
    > I created a comment page that a person can fill in the required fields.
    > When they hit the submit button, it calls the mailform.php script that I have.
    > It then gives me a message stating that the message has been sent. I
    > check the inbox of the email account and there is no messages
    > I'm using a gmail account for the messages to go to
    >
    > I have attached the code that I'm using
    > the html doc has a simple name, email, and comment box
    > see www.fedorajim.homelinux.com/pages/comment.html
    >
    > One other thing I have read that I can have php inside a html page.
    > as long as it is saved as a .php file When I do this, The page has
    > bnothing on it
    >
    > I have the following installed
    > php-4.3.11-2.4
    > httpd-2.0.52-3.1
    > httpd-suexec-2.0.52-3.1
    >
    >
     From php.ini

    >
    [mail function]
    ; For Win32 only.
    SMTP = localhost
    smtp_port = 25

    ; For Win32 only.
    ;sendmail_from = me@example.com

    ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
    sendmail_path = /usr/sbin/sendmail -t -i
    >
    if the mail() function is going to use sendmail why isn't it sending ?
    I have senmail 8.13 installed and running

    -- 
    Jim Lawrence
    Registered Linux User: #376813
    ********************************************************
    When I'm feeling down, I like to whistle. 
    It makes the neighbor's dog run to the end of his chain and gag himself.
    ************************************
    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: linux newbie: "burning dao audio cds"

    Relevant Pages

    • Re: Exchange vs PHP
      ... ; For Win32 only. ... I don´t know how connect in that port. ... Sanford Whiteman, Chief Technologist ...
      (microsoft.public.inetserver.iis.smtp_nntp)
    • PHP MAIL on Apache and Windows Server 2003
      ... I am at my wits end here, I am trying to get PHP's mail function send ... We are running the SMTP sever under Windows and are running PHP ... ; For Win32 only. ... echo "Email Has Been Sent ."; ...
      (php.general)
    • RE: [PHP] mail function error - win32
      ... When you use the mail function, you must give the first argument. ... ; For Win32 only. ... Warning: mail: SMTP server response: 503 valid RCPT command must precede ...
      (php.general)
    • sending mail from localhost
      ... I usually use a phpmailer class but am creating something from scratch. ... ; For Win32 only. ...
      (php.general)
    • Re: mail function generates 500 internal server error
      ... *before* calling the mail function. ... You will see the error message ... have in my php file is the line with the mail function. ...
      (comp.lang.php)