fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
921 stars 29 forks source link

Allow FROM email other than just the email address #390

Open deurk opened 1 month ago

deurk commented 1 month ago

At the moment, it seems like WUD only accepts WUD_TRIGGER_SMTP_namehere_FROM in the form of an email string something@something.else.

Could you allow it to be set to what nodemailer allows: "My Beautiful Name" <something@something.else>?

It is very convenient to be able to tell notifications apart with the sender when hosting a bunch of different wuds.

Thank you for you work and tool!