-
Notifications
You must be signed in to change notification settings - Fork 2
Home
mikeymike edited this page Mar 17, 2015
·
2 revisions
$ git clone https://github.com/mikeymike/php-rfc-digestor.git
$ cd php-rfc-digestor
$ composer install
After cloning the project you will want to set up your configuration to send emails.
# Copy default config to the home dir
$ cp config.json ~/.rfcdigestor.json
Once you have the .rfcdigestor.json
config in your home dir open it with your favourite editor and change the config to your requirements. I personally use my Gmail SMTP settings to send emails.