timeoff-management / timeoff-management-application

Simple yet powerful absence management software for small and medium size business (community edition)
https://TimeOff.Management
MIT License
958 stars 589 forks source link

Email Sender From #121

Open AsimAJ33 opened 7 years ago

AsimAJ33 commented 7 years ago

Hi @vpp

A feature request I have is that it would be good to set the From name of the email account in config/app.json as well as email address.

Kind Regards, Asim Pervez

vpp commented 7 years ago

hi Asim,

Good point.

lukebrewerton commented 6 years ago

I believe (I haven't tested this yet) that setting "application_sender_email" : "email@test.com", to something like "application_sender_email" : "TimeOff.Management <email@test.com>", should work but I am testing this

vpp commented 6 years ago

@lukebrewerton please share the findings

lukebrewerton commented 6 years ago

After testing this on a dev instance I have, setting it as above works! so just set application_sender_email to something like "application_sender_email" : "TimeOff.Management <email@test.com>", and this will show the name as well as the email address on the emails!