Coder email notification: Mail FROM with Name
Hi is there any plan to add proper email from in the body envelope?
Currently the Go SMTP library that coder uses only accept email without the name.
So
CODER_EMAIL_FROM=john@email.com
will WORK.
CODER_EMAIL_FROM=John Smith <john@email.com>
will FAIL
See:
https://github.com/gophish/gophish/issues/2624#issuecomment-13248034432 Replies