philgh Posted May 1, 2006 Share Posted May 1, 2006 hi there,I have set up php-apache and i'm developing a site for a client.Some of my scripts require email authentication to work, however, my development machine is not connected to the internet and as such I cannot test those scripts.Is there a way to set up apache or any email server so that I can recieve email from my scripts on localhost??Any help in setting up and managing such a system would be much appreciated. Quote Link to comment Share on other sites More sharing options...
oldmanice Posted September 8, 2006 Share Posted September 8, 2006 No you will need the internet if not then use a diffrant computer. Also localhost cannot be viewed by the public only on your pc. Quote Link to comment Share on other sites More sharing options...
R_P Posted September 9, 2006 Share Posted September 9, 2006 I'm not quite sure what you are trying to do here, but...I recommend MailEnable Standard (Free) Addition: http://www.mailenable.com/download.asp. It comes with an SMTP server you can bind to localhost for PHP to send mail using the mail() function. It also has a POP3 server to recieve email on localhost. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.