currently I'm doing Daniel Kehoe's Learn Ruby on Rails tutorial. One of the exercises is to send a contact form from the Contact page using Google's Gmail account.
However, when I sent the contact form, instead of getting an email in my mailbox, I'm getting this error:
"SMTP-AUTH requested but missing user name"
In my config/application.yml file, I set my Gmail username and password.
Does anyone have an idea what could be the problem?
thanks for your help,
Anthony