Gondee / SocialCurveManager

Social Curve Manger is a platform designed to enable monetization of social media platforms by means of 3rd party CPM advertising.
http://socialcurve.io
3 stars 1 forks source link

Add Heroku SendGrid addon for mailing. #14

Closed scojasp closed 9 years ago

scojasp commented 9 years ago

This addon is apparently required for sending emails, which is required by our registration page.

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

Apparently, there is a free Starter package which allows 400 emails per day - this should be all that is required at the moment.

Can either do this via the website, or by using heroku addons:create sendgrid:starter from Josh's account.

scojasp commented 9 years ago

Leaving this here for later:

http://stackoverflow.com/questions/4114835/heroku-devise-missing-host-to-link-to-please-provide-host-parameter-or-set-d

scojasp commented 9 years ago

Saving these too: http://www.tutorialspoint.com/ruby/ruby_sending_email.htm http://jerodsanto.net/2009/02/a-simple-ruby-method-to-send-emai/