Authenticated SMTP Gateway

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

    Authenticated SMTP Gateway

    i'd like to know if a parameter can be set somewhere in php to use an
    SMTP gateway that required login/pwd to work ?
  • Benjamin

    #2
    Re: Authenticated SMTP Gateway


    choco wrote:
    i'd like to know if a parameter can be set somewhere in php to use an
    SMTP gateway that required login/pwd to work ?
    I think PEAR Mail at http://pear.php.net/mail lets you use a username
    and password.

    Comment

    • choco

      #3
      Re: Authenticated SMTP Gateway

      Benjamin wrote:
      choco wrote:
      >i'd like to know if a parameter can be set somewhere in php to use an
      >SMTP gateway that required login/pwd to work ?
      I think PEAR Mail at http://pear.php.net/mail lets you use a username
      and password.
      >
      thks a lot

      Comment

      • otrWalter@gmail.com

        #4
        Re: Authenticated SMTP Gateway


        choco wrote:
        i'd like to know if a parameter can be set somewhere in php to use an
        SMTP gateway that required login/pwd to work ?
        I have a full SMTP class that handles everything and authentication. If
        fact, thats why I wrote it.

        contact me offline and I'll send it to you.

        walter atter torres dotty ws

        Comment

        • otrWalter@gmail.com

          #5
          Re: Authenticated SMTP Gateway


          choco wrote:
          i'd like to know if a parameter can be set somewhere in php to use an
          SMTP gateway that required login/pwd to work ?
          I have a full SMTP class that handles everything and authentication. If
          fact, thats why I wrote it.

          contact me offline and I'll send it to you.

          walter atter torres dotty ws

          Comment

          Working...