viz on Nostr: To all those #emacs users who use sendmail to send out messages via message.el: If ...
To all those #emacs users who use sendmail to send out messages via message.el:
If you're using msmtp, you can either set message-sendmail-f-is-evil to t and add "--read-envelope-from" to message-sendmail-extra-arguments.
Or you can set mail-envelope-from to the symbol header. I do the latter and I no longer have unexplainable-From-address-changing issues (the latest one was when I sent a Gnus' draft message).
This one was a real PITA to figure out (the amount of nesting function calls to send a mail is... incredible).
If you're using msmtp, you can either set message-sendmail-f-is-evil to t and add "--read-envelope-from" to message-sendmail-extra-arguments.
Or you can set mail-envelope-from to the symbol header. I do the latter and I no longer have unexplainable-From-address-changing issues (the latest one was when I sent a Gnus' draft message).
This one was a real PITA to figure out (the amount of nesting function calls to send a mail is... incredible).