jjethwa / rundeck

GNU General Public License v3.0
122 stars 137 forks source link

Allow rundeck SMTP settings to be configured from environment variables #86

Closed eugeneduvenage closed 7 years ago

eugeneduvenage commented 7 years ago

Hi,

This pull request deals with allowing configuration of rundeck email notification settings from environment variables.

It adds: SMTP_HOST - The SMTP server host to use for email notifications. SMTP_PORT - THe SMTP server port to use for email notifications. SMTP_USERNAME - The SMTP server username to use for email notifications if authentication is required. SMTP_PASSWORD - The SMTP server password to use for email notifications if authentication is required SMTP_DEFAULT_FROM - The from address to use for email notifications.

I have updated the readme as well as the run script.

Tony-spearhead commented 7 years ago

Hello

Thanks for this. :)

Regards

jjethwa commented 7 years ago

Thanks so much for the PR @eugeneduvenage 👍