I have installed bonobo version 6.3.0 and I'm having hard time to recover passwords, it is giving me this error "Unable to send email. Validate SMTP settings".
I already set up my mailSettings in webconfig
<system.net>
<mailSettings>
<smtp deliveryMethod="Network">
<network host="smtp.gmail.com" port="587" userName="user name" password="password" enableSsl="true" />
</smtp>
</mailSettings>
</system.net>
This still doesn't work, I thought the problem was with my remote machine where my bonobo server is, then I created one here on my local machine and I'm getting the same error.
Does somebody have any idea?