nootr / fikkie

🔥 The easiest tool for lightweight monitoring over SSH, compatible with all your favorite messengers!
https://nootr.github.io/fikkie
MIT License
1 stars 1 forks source link

Use correct encoding for each notifier #4

Closed nootr closed 2 years ago

nootr commented 2 years ago

Sending an e-mail with UTF-8 will fail, most SMTP server simply do not support it yet.

This commit makes sure each notifier has its encoding specified, so that no UTF-8 texts will be sent to an ASCII notifier.