mail, MTA's, etc. on Windows

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

    mail, MTA's, etc. on Windows

    after reading many posts,
    I'm looking for reccommendation s on SMTP and mail() alternatives on
    Windows XP.

    I've seen blurbs on:
    PHPMailer
    Pear::Mail or
    Pear::MailQueue Pkgs
    mimemail

    I do not have an SMTP server at this point. I'm Running php5 on
    Apache 2.

    I'm assuming for any of the above, I'll need a SMTP server.
    please advise - thanks

  • awebguynow

    #2
    Re: mail, MTA's, etc. on Windows

    Since I'll need one, whats a good Mail Server for WinXP ??

    Is Pegasus just the GUI client that runs on Mercury ?

    any others reccomended ? or experiences (good/bad)

    Comment

    • Kim André Akerø

      #3
      Re: mail, MTA's, etc. on Windows

      awebguynow wrote:
      [color=blue]
      > after reading many posts,
      > I'm looking for reccommendation s on SMTP and mail() alternatives on
      > Windows XP.
      >
      > I've seen blurbs on:
      > PHPMailer
      > Pear::Mail or
      > Pear::MailQueue Pkgs
      > mimemail
      >
      > I do not have an SMTP server at this point. I'm Running php5 on
      > Apache 2.
      >
      > I'm assuming for any of the above, I'll need a SMTP server.
      > please advise - thanks[/color]

      You could just set the SMTP server setting to the SMTP server of your
      ISP in php.ini.

      --
      Kim André Akerø
      - kimandre@NOSPAM betadome.com
      (remove NOSPAM to contact me directly)

      Comment

      • Sadara

        #4
        Re: mail, MTA's, etc. on Windows

        awebguynow wrote:

        ....
        [color=blue]
        > I do not have an SMTP server at this point. I'm Running php5 on
        > Apache 2.
        >
        > I'm assuming for any of the above, I'll need a SMTP server.
        > please advise - thanks[/color]

        i've used this SMTP server under XP:



        simple and effective.

        Comment

        Working...