Re: Need suggestion for a domain/email hosting solution
why do you need multiple hosting/domain names for testing ? you can setup your local boxes to do so … if not, then there are 10s of cloud vm’s that you can use. Not sure what technology stack you are using but lots of vm’s do provide you pure linux vm that you can setup for any purpose. checkout cloud9, nitrous, koding etc …
The software that i work on is a multi-region software and we test it by mocking the other regions. We mock it either using inmemory servers with inmemory db … or we set up temporary servers on our local vm’s … but again, it depends on what and how the software is designed.