BoTreeConsultingTeam / invoiceme

Invoice management
0 stars 0 forks source link

Unable to sign up #24

Closed amitpatelx closed 9 years ago

amitpatelx commented 9 years ago

Getting We're sorry, but something went wrong. on heroku

ParthivPatel-BTC commented 9 years ago

If you face this type of error at "Sign Up" time, here is the reason and it's solution.

Reason: Google was blocking access from unknown location (app in production) Solution: Go to http://www.google.com/accounts/DisplayUnlockCaptcha and click continue (this will grant access for 10 minutes for registering new apps). After this my app in production started sending emails.

Credentials for gmail test account: Email: demo4582@gmail.com Password: priyam4582

http://stackoverflow.com/questions/18124878/netsmtpauthenticationerror-when-sending-email-from-rails-app-on-staging-envir

amitpatelx commented 9 years ago

Working now.