1

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 1

1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.