Skip to content
/ send-it Public

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

Notifications You must be signed in to change notification settings

cialfo/send-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published