SMTP configuration in apache environment

Discussion in 'PHP' started by tamilsoft, May 21, 2007.

  1. #1
    Hi,

    Can any one help me to configure SMTP on local machine, I am using WAMP server to run PHP.
     
    tamilsoft, May 21, 2007 IP
  2. gibex

    gibex Active Member

    Messages:
    1,060
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    95
    #2
    this is Linux issue, post it in right forum
     
    gibex, May 21, 2007 IP
  3. Free Directory

    Free Directory Peon

    Messages:
    89
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi, You have to set it in the php.ini.
    Edit it (c:\wamp\php\php.ini) and set the desired values in the next fields:
    [mail function]
    SMTP = smtp.isp.net
    sendmail_from =

    Hope it helps:)

    smtp.isp.net it's your internet provider smtp server (mail sender).
    Anyway, you can override that in your scripts when you're using php mail function.
    I'm regularly using a html_mime_mail class, that deals with the mail sending.
     
    Free Directory, May 21, 2007 IP