I am developing a site on my computer using wamp. When it is done the site will send a lot of emails and I will set up an email server along with wamp and figure that configuration out when that time comes. In the mean time I would like to know the method of minimum hassle for developing the site on local host. Here are some criteria that I would like a solution to meet, and also some information about my setup.
I am using CodeIgniter and wamp.
I do not want to port forward as I am not always on the same network and I many of the networks I am on I do not have access to port forward anyway.
I would rather avoid installing some sort of email server on my computer IF that can be avoided.
Can I get some advice on best practice for developing a website that sends emails?