Hi Ray, you will need to install phpmailer see instructions here https://www.ecommercetemplates.com/help/email-help.asp if not already installed. The settings for gmail can be found here https://www.ecommercetemplates.com/help/email-help.asp under Gmail Business email users: Use PHPMailer as above with the following settings in vsadmin/includes.php
Hi Ray Those settings have moved to the Admin Main Settings page in the latest version so if you have them there you don't need to set them in the includes.php file. Also, PHP Mailer is included in the updater so you don't need to install those files either. If you've made the settings and still don't get an email then I think what you need to set are... Host: smtp.gmail.com PORT: 465 SMTP Secure: SSL If you still don't get an email, try setting the following in your includes.php file... $debugmode=TRUE; Then try using the email friend for instance or anything that should send an email and you should get debug output of what the problem is.