Hi,
I am creating a project and I am looking to create a php email signup system whereby when a user signs up they are sent an email with a confirmation code on it which they then click and a registered as a fully fledged member.
The tutorial I am using is the following:
www.phpeasystep.com/phptu/24.html
Its a very good tutorial and does explain a a great deal. But the problem is I wish to have this working over localhost for testing purposes.
Instead of using an installed mail server over the network I would like to use the gmail SMTP mail server if I can?? which potentially uses elements from this tutorial:
www.asif18.com/7/php/send-mails-using-smtp-in-php-by-gmail-server-or-own-domain-server/
Is this possible or am i barking up the wrong tree??
Thanks