SMTP server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RMH

    SMTP server

    Hi all,

    i'm trynig to create a php script thazt send an mail

    does someone know how to set the smtp server

    smtpserver=smtp 1 and it is remote server not on my machine.
    Itried but i've got this[color=blue][color=green]
    >>Failed to connect to mailserver at "localhost" port 25, verify your[/color][/color]
    "SMTP" >>and "smtp_port" setting in php.ini or use ini_set()

    thanx a lot
  • Alvaro G Vicario

    #2
    Re: SMTP server

    *** RMH wrote/escribió (9 Aug 2004 04:08:09 -0700):[color=blue]
    > smtpserver=smtp 1 and it is remote server not on my machine.
    > Itried but i've got this[color=green][color=darkred]
    >>>Failed to connect to mailserver at "localhost" port 25, verify your[/color][/color]
    > "SMTP" >>and "smtp_port" setting in php.ini or use ini_set()[/color]

    I believe (not 100% sure) that setting is for Windows only. If you're under
    Linux (is that the case?) you'll need third party code to send mail through
    external servers, such as




    --
    --
    -- Álvaro G. Vicario - Burgos, Spain
    --

    Comment

    Working...