Leantime / leantime

Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.
https://leantime.io
GNU Affero General Public License v3.0
4.23k stars 561 forks source link

Ability to specify Email From Name by an environment var #2545

Open vladimirdulov opened 3 weeks ago

vladimirdulov commented 3 weeks ago

Hello,

Currently all emails have some hardcoded Mail From Name headers, e.g. Admin (Leantime), Leantime System (Leantime), etc. Could you implement an ability to specify email From and email From Name by an environment variable like LEAN_EMAIL_FROM and LEAN_EMAIL_FROM_NAME?

e.g. LEAN_EMAIL_FROM=leantime.app@my-domain.com LEAN_EMAIL_FROM_NAME="My favourite project management tool"

which would produce My favourite project management tool <leantime.app@my-domain.com> mail from header in the email.