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. Link to comment https://forums.phpfreaks.com/topic/8848-setting-up-server-to-receive-email-from-localhost/ 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. Link to comment https://forums.phpfreaks.com/topic/8848-setting-up-server-to-receive-email-from-localhost/#findComment-88480 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. Link to comment https://forums.phpfreaks.com/topic/8848-setting-up-server-to-receive-email-from-localhost/#findComment-89011 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.