Skip to content

Add email configuration for the docker image

Romain de Laage requested to merge (removed):docker_smtp into develop

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 the From header for email sent by Castopod
Edited by Romain de Laage

Merge request reports