try editing your web config file and adding this
<system.net><mailSettings><smtp from="fromEmail" deliveryMethod="Network"><network defaultCredentials="false" enableSsl="true" host="smtp.gmail.com" port="587" userName="fromEmail" password="password"/></smtp></mailSettings></system.net>