Has anyone got a good tutorial or a gem to allow me to send emails via a contact form using sendgrid on heroku, i have the basic sendgrid set up and working as i am using exception notifications successfully.

Robbie Done

link|improve this question

feedback

3 Answers

If your Sendgrid/Heroku setup is working, this tutorial on ActionMailer should get you going!

link|improve this answer
How do i tie a simple contact form to Action Mailer though? – Robbie Done Dec 7 '11 at 12:03
feedback

Have a look at https://github.com/plataformatec/mail_form - easy peasy mail forms!

link|improve this answer
feedback
up vote 0 down vote accepted

Thanks for your feedback guys, in the end i followed this blog post and managed to get it working great - http://matharvard.ca/posts/2011/aug/22/contact-form-in-rails-3/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.