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.
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.