Gwyrdain / apprentices-workshop

Creative Commons Zero v1.0 Universal
5 stars 2 forks source link

Password reset function errors #130

Closed TokugawaTFC closed 8 years ago

TokugawaTFC commented 8 years ago

I got a report from a user that the password reset function does not work. I tried it myself and below is the error I see. screenshot at 2016-05-30 09-29-37

lpkirby commented 8 years ago

Based on the error message, the code is looking for an smtp server on localhost and it isn't there.

@Gwyrdain - Does this server allow sending of email? If so, do you know the setup for it?

Gwyrdain commented 8 years ago

https://elements.heroku.com/addons/#email-sms

lpkirby commented 8 years ago

Looks like the SparkPost addon will do smtp and it's free if we send 100,000 emails per month or less.

https://elements.heroku.com/addons/sparkpost

So as long as @TokugawaTFC doesn't get way too password reset happy, this should be more than enough. :)

Gwyrdain commented 8 years ago

Sparkpost didn't work since I couldn't verify my sending domain. Sendgrid worked, though. Only 12k emails free, but I'll take my chances.