Sending emails using Sendgrid
Posted on July 28, 2010
Sending emails is an essential part of every web application. Setting up an email server isn’t to difficult, getting the emails to recipient without getting marked as “spam” is. Using Sendgrid solves both problems for you and offers other features too. However, I don’t care much for a rich feature set, for me it is important that the emails are getting out and don’t land in a spam folder. Sendgrid helps me achieve that at a reasonable price.
Get started in Rails: Put
in your environment file (e.g. config/environments/development.rb). That’s it! So join all the new entrepreneur hotties and send your emails with Sendgrid.
Related posts:
Tags: Emails, Java, Rails, Ruby, Web Development