On Wed, Jul 24, 2024 at 12:06:45PM -0400, hymie! via Mutt-users wrote: > > my_hdr From: hymie! <[email protected]> > > so that all of my outgoing email has the correct email address.
my_hdr From is usually used with hooks when you need to change the address conditionally. I think the canonical way to set your address would be set realname="Your Name" set from="[email protected]" You can also add set use_envelope_from to make sure that value is used for the envelope-sender as well as the header sender. /w
