Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which is the best amazon SES (email) gem to use for rails 3?

I understand this question is subjective but I want to get a feel for peoples opinions.

For my needs, I want to send out lots of emails to lots of different mailing lists.

Currently, I am trying to pick between:

  • amazon-ses-mailer ( https://github.com/abronte/Amazon-SES-Mailer )
  • aws-ses ( https://github.com/drewblas/aws-ses )

What do you think?

like image 744
Ed_ Avatar asked Apr 04 '11 02:04

Ed_


People also ask

How do I create an AWS SES email address?

Open the Amazon SES console at https://console.aws.amazon.com/ses/ . In the left navigation pane, under Configuration, choose Verified identities. In the list of identities, choose the identity you want to configure where the Identity type is Email address and Status is Verified.

Which AWS service can be used to send emails?

Amazon Simple Email Service (SES) is a cost-effective email service built on the reliable and scalable infrastructure that Amazon.com developed to serve its own customer base. With Amazon SES, you can send transactional email, marketing messages, or any other type of high-quality content to your customers.

How do I send a test email to AWS SES?

To send an email using the Amazon SES consoleIn the navigation pane, under Configuration, choose Verified identities. In the list of identities, select the check box of an email address that you have successfully verified with Amazon SES. Choose Send a Test Email.


1 Answers

We're using aws-ses gem in production.

Here's a simple guide how to set up it: http://www.ceban.it/2011/04/rails-amazon-ses-send-email-with-amazon/

like image 95
Dumitru Ceban Avatar answered Oct 31 '22 02:10

Dumitru Ceban