Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 953 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 953 Bytes

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