|
The short ask; The long ask; What I noticed, though, if I use SMTP, Discord gets really long emails, purely because of formatting. I'm 100% onboard in understanding WHY that's happening. Is there some file I can edit that I can change that template going out to be more easy on the eyes? I did notice that there's the Discord Webhook already built in, and I'll use that as a last ditch effort. It works, I did test it, but I'm trying to funnel everything through one "thing" to get a consistent layout across all things that can monitor. SMTP seems to be the "closest to the metal" thing, and want to try and divert everything through that. |
Replies: 2 comments
|
There is no editable template; the email format is compiled into the binary, so there is no file in the container to change. Webhook targets do support a custom payload template per target, which is the intended lever for reformatting if you can take the notification over HTTP instead of SMTP. v6 keeps the same model. |
|
I appreciate the straight up answer, sincerely. I'll then just stick with the Discord notifications built in. They work, they're small enough to not be an eye sore, but it'd still be nice to have a method to edit the formats of the email, maybe to maintain company headers, or styles, or indicate what is important to the sysadmin. Still, this is good enough for the CE and home labbers. Thanks for the software. |
There is no editable template; the email format is compiled into the binary, so there is no file in the container to change. Webhook targets do support a custom payload template per target, which is the intended lever for reformatting if you can take the notification over HTTP instead of SMTP. v6 keeps the same model.