We are moving to Discord!

Join us on the Countly Community Discord Server! Engage in discussions, share your feature ideas, and learn from fellow Countly users to build exceptional apps and experiences.

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

0

Comments

2 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

    0
    Comment actions Permalink
  • 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?

    0
    Comment actions Permalink

Please sign in to leave a comment.