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?
I’m currently trying to create an email application using Rails and Sendgrid. This application
Share
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.