Question
Email configuration: rails 4, gmail, godaddy
How to configure: rails 4, gmail, godaddy ?
Im using this configuration for my own email/domain: contact@mydomain.com
smtp:
address: smtp.gmail.com
port: 587
domain: mydomain.com
user_name: contact
password: password
authentication: plain
enable_starttls_auto: true
I receive 2 kind of errors:
- *Net::SMTPAuthenticationError: 534-5.7.9 Please log in with your web browser and then try again. Learn more at
- eoferror-end-of-file-reached
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×