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 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 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. 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. Link to comment https://forums.phpfreaks.com/topic/131123-offline-emailing/#findComment-680801 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.