detest Posted November 2, 2008 Share Posted November 2, 2008 I'm developing offline and I have to make an emailing system. For example, a user registers and an email is sent. Is there a way I could test this offline through a loopback? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/131123-offline-emailing/ Share on other sites More sharing options...
DeanWhitehouse Posted November 2, 2008 Share Posted November 2, 2008 I think you can only do that if you have set up a mail server on the LAN. Or if they have a database you can send messages through that like a PM system. But this has nothing to do with PHP as it only works if they have a php server installed Quote Link to comment https://forums.phpfreaks.com/topic/131123-offline-emailing/#findComment-680795 Share on other sites More sharing options...
detest Posted November 2, 2008 Author Share Posted November 2, 2008 I think you can only do that if you have set up a mail server on the LAN. Or if they have a database you can send messages through that like a PM system. But this has nothing to do with PHP as it only works if they have a php server installed I'm developing offline using WampServer. So how would I set up a mail server on LAN? I just need a point in the right direction, then I'll figure it out. Thanks again. Quote Link to comment https://forums.phpfreaks.com/topic/131123-offline-emailing/#findComment-680799 Share on other sites More sharing options...
DeanWhitehouse Posted November 2, 2008 Share Posted November 2, 2008 But that is a waste of time it will easier to just put the code onto a live host. Quote Link to comment https://forums.phpfreaks.com/topic/131123-offline-emailing/#findComment-680801 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.