You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mikeymike edited this page Mar 17, 2015
·
2 revisions
Installation
$ 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.