tags:

views:

93

answers:

1

I was wondering since i can't use my isp smtp server is there a way for me to setup my localhost wampserver on my computer to just send the info to my yahoo email address in order to test my registration script instead of using the smtp server?

A: 

Yes, xampp e.g. ships with the mercury mail server.
You can also use something like SwiftMailer without having your own MTA up and running.

VolkerK