tiredofit / docker-osticket

Dockerized help desk application
MIT License
71 stars 56 forks source link

SMTP environmental variables #30

Closed ukdanmc closed 1 year ago

ukdanmc commented 1 year ago

Hi,

I need to pass through some more SMTP environmental variables to get msmtprc working. Specifically "auth on" and "tls_starttls on"

These are not listed as supported environmental variables in the documentation so how do I add these?

Thanks

tiredofit commented 1 year ago

Have a look at the tiredofit/alpine base image for details on enabling those areas..

ukdanmc commented 1 year ago

Thank you Dave. Thats done it.