A simple ruby script to send emails to all the email_ids listed in a spreadsheet.
- Ruby 2.1
- Roo-rb/roo gem
- [Mail gem] (https://github.com/mikel/mail)
This was specefically made to send emails for an event. You can customize it according to your use-case.
To do:
- Read CSV file and send mails
- Seperating HTML and TEXT body from code
- Adding more functionality like sending mails to particular emails, limit emails etc
- Sending emails directly from google spreadsheet by providing url.