tree: b6a593ba5899ef17a56ae52f1637b0dc2b6e1cfd [path history] [tgz]
  1. .gitignore
  2. composer.json
  3. composer.lock
  4. config.default.php
  5. README.md
  6. sample.csv
  7. sendEmails.php
utils/README.md

Utils

Send emails

To send emails, run php sendEmails.php < users.csv, where users.csv has a form similar to the sample.csv file.

Before you do that, you should copy config.default.php to config.php and set up the Mailgun API keys. You might also have to change the template ID in the sendEmails.php file.