Localhost, PHP and email

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

    Localhost, PHP and email

    I am running Apache and PHP on "localhost" (ie. offline), is there a way to
    setup PHP to run scripts which may use the mail facility of PHP so that if
    a script is supposed to send an email - it sends an email rather than choak
    (so you don't know for sure the script actually works until you upload and
    test online)?

    Dariusz
  • Sadara

    #2
    Re: Localhost, PHP and email

    hi dariusz

    you should install a mailserver on your local machine.

    if you're using windows, you could try the argosoft (freeware) mailserver:



    it's simple and does the job.

    good luck
    sadara

    Dariusz wrote:
    [color=blue]
    > I am running Apache and PHP on "localhost" (ie. offline), is there a way to
    > setup PHP to run scripts which may use the mail facility of PHP so that if
    > a script is supposed to send an email - it sends an email rather than choak
    > (so you don't know for sure the script actually works until you upload and
    > test online)?
    >
    > Dariusz[/color]

    Comment

    • Dariusz

      #3
      Re: Localhost, PHP and email

      In article <4025784e$0$329 $e4fe514c@news. xs4all.nl>, Sadara <nospam@thrusti ngpeach.net> wrote:[color=blue]
      >if you're using windows, you could try the argosoft (freeware) mailserver:
      >
      >http://www.argosoft.com/applications...r/download.asp
      >
      >it's simple and does the job.[/color]

      Thanks Sadara.

      Dariusz

      Comment

      Working...