Setting E-Mail FROM with Docker
After a while I finally got e-mails working, but when they arrive there is no sender. How can I configure the FROM? I don't see an environment switch for this.
I already have all of the following working:
COUNTLY_CONFIG_HOSTNAME=countly.domain.com
COUNTLY_CONFIG__MAIL_TRANSPORT=nodemailer-smtp-transport
COUNTLY_CONFIG__MAIL_CONFIG_HOST=mail.domain.com
COUNTLY_CONFIG__MAIL_CONFIG_PORT=587
COUNTLY_CONFIG__MAIL_CONFIG_AUTH_USER=servermail@domain.com
COUNTLY_CONFIG__MAIL_CONFIG_AUTH_PASS=password
Comments
Hi,
Could you please try this and get back to you informing if it is working fine?
COUNTLY_CONFIG__MAIL_STRINGS_FROM=abc@abc.com
Thank you. That works perfectly. Now the from is the e-mail address. Can we take it a step further and provide a real name like Countly Admin via another string?
Please sign in to leave a comment.