simonv3 / quick-survey

A tool for quick surveys, try it out. (No longer maintained).
https://apps.sandstorm.io/app/wupmzqk4872vgsye9t9x5dmrdw17mad97dk21jvcm2ph4jataze0
MIT License
116 stars 49 forks source link

verify email addresses. this requires being able to send email. #11

Closed simonv3 closed 9 years ago

simonv3 commented 9 years ago

ho hum.

this now works on meteor (by default), it'd be interesting to see how to get it working with heroku.

simonv3 commented 9 years ago

This now works on Heroku as well.

Steps taken from: http://blog.ploki.info/send-email-with-meteor-mailgun/

Basically - access the mailgun control panel, get the username and password for your sandbox domain (300 emails a day). Replace the @ in the username with %40. Create a local variable called MAIL_URL (should be automatically created with the app.json) and set it to that smtp://<username>:<password>@smtp.mailgun.org:587.

However, we're not checking for email verification on sign up so that's still pretty useless.