Php -mail Sending Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • reshmajoby
    New Member
    • Mar 2008
    • 1

    Php -mail Sending Problem

    i was not able to send mails using mail() .
    the mail is not received in the inbox
    i am using fedora core6 ,php5 apache 2
    my php_ini file is set as
    [mail function]
    ; For Win32 only.
    SMTP = post.strato-mail.net
    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


    what all things i have to do more
  • TheServant
    Recognized Expert Top Contributor
    • Feb 2008
    • 1168

    #2
    Post your code so we can see where you're going wrong. Also, put it in the correct code tags!

    Comment

    Working...