cialfo / send-it

A rails app for using Mandrill API with Mail chimp to send emails to users from a CSV file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MailChimp + Mandrill

####Set up

  1. Before you run the server, add an environmental variable with your Mandrill API Key
$ export MANDRILL_API_KEY=<your-api-key>

  ```
You can get **your-api-key** from your mandrill account. Also, make sure you configure your sending domain in mandrill to avoid mail bounce.

######Note

You need to verify the sending email address domain in order to send emails using the mandrill API. See the notice from mandrill below

![mandrill notice](http://i.imgur.com/KkVlg7A.png?1)

####Thanks to
1. [http://codepen.io/Albzi/pen/aOwvay](http://codepen.io/Albzi/pen/aOwvay) for Sending animation on processing screen

####To Do

1. ~~Proper validations on page~~
2. Use SideKiq for background processing
3. Use Web socket to report status to the client
4. Write unit tests
5. Clean up code
6. Support attachments
7. Support tracking (Google analytics)
8. Test the entire thing
9. Add login with Google option

About

A rails app for using Mandrill API with Mail chimp to send emails to users from a CSV file


Languages

Language:Ruby 50.9%Language:HTML 23.5%Language:JavaScript 14.3%Language:CSS 11.4%