On Wed, Jun 12, 2024 at 5:51 PM Sergey Poznyakoff <g...@gnu.org.ua> wrote: > In that case, please pull. Implemented it in commit b990f6cde.
Thanks, all;!tls now works. Actually I see 2 more issues. The first one is minor and I'm not sure if it should be fixed. When I just started my "experiments" (trying to send an email), it tried to run sendmail and the first solution I thought I found was to specify a mailer in the config. But it apparently didn't help. Is there a way to find out which parts of the config affect which utility? I guess `mail --config-help` can serve that purpose. But maybe it should be documented? Although I admit that I might have missed the part of the documentation that describes it. The second one is graver. I see no way to pass the From header. When I do `echo $'From: ...\r\n\r\nbody'`, it treats the whole thing as a body and adds additional headers before that, separating them with an empty line. As a result the receiver can't find the From header and dismisses the email as invalid. And I see no way to make mail itself add the header. Regards, Yuri