The source project of this merge request has been removed.
Add email configuration for the docker image
Hi,
This PR add to the docker image the ability to send emails. Some environment variables were added in order to configure the SMTP server:
-
CP_EMAIL_SMTP_HOST
: set the SMTP server host -
CP_EMAIL_SMTP_USERNAME
: set the username used to connect to the SMTP server -
CP_EMAIL_SMTP_PASSWORD
: set the password used to connect to the SMTP server -
CP_EMAIL_SMTP_PORT
: set the SMTP server port -
CP_EMAIL_SMTP_CRYPTO
: to indicate if the server use SMTPS (ssl
) or StartTLS (tls
) -
CP_EMAIL_FROM
: set the email address used in theFrom
header for email sent by Castopod
Edited by Romain de Laage