Unable to send emails with php function from website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • navaragam
    New Member
    • May 2011
    • 2

    Unable to send emails with php function from website

    I checked in php ini
    [sendmail_path : no value ]
    [SMTP : localhost]
    [smtp_port : 25]
    how to set the sendmail_path in php.ini file
  • mfaisalwarraich
    New Member
    • Oct 2007
    • 194

    #2
    change localhost to your smtp server name of your ISP.

    Comment

    • navaragam
      New Member
      • May 2011
      • 2

      #3
      how set the [sendmail_path] and sendmail from in php ini file

      Comment

      • Gaurav Pruthi
        New Member
        • Dec 2011
        • 7

        #4
        Change it to :

        sendmail_path = "\"C:\xampp\sen dmail\sendmail. exe\" -t"
        if it hast been already set..

        Comment

        • hemal8888
          New Member
          • Mar 2013
          • 9

          #5
          hello navaragam,

          if you are use in local machine with working your website use php mailer using php mailer you have not change in php.ini

          http://phpmailer.worxware.com/ //it is link to download

          Comment

          Working...