I'm currently trying to create an email application using Rails and Sendgrid. This application should have the basic features of sending emails. Does anyone know how to do so?
1 Answer
Unless you are constrained to using your own server, I suggest starting with Heroku's SendGrid Package. It's free and fairly easy to setup and get started. Here's the Getting Started Guide.
After you setup sendgrid, you use ActionMailer as you normally would.
1 Comment
Swift
The Heroku docs are a solid way to get started. You could also look at our Rails example docs.sendgrid.com/documentation/get-started/integrate/examples/… too.