bouncing email and "from" address
Will Yardley
mutt-users at veggiechinese.net
Wed Jul 24 16:51:45 UTC 2024
On Wed, Jul 24, 2024 at 12:06:45PM -0400, hymie! via Mutt-users wrote:
>
> my_hdr From: hymie! <hymie at nasalinux.net>
>
> 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="you at example.com"
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
More information about the Mutt-users
mailing list