Re: Config setup for sender's domain in From enry in email
Will Yardley <[email protected]> Sat, 5 Apr 2025 08:59:50 -0700
| Newsgroups | gmane.mail.mutt.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 04, 2025 at 04:26:44PM +0000, Eng Tan via Mutt-users wrote: > How do I configure mutt to show sender as <sender-id>@mydomain.com > instead of <sender-id>@FQDN eg. > [email protected]<mailto:[email protected]> FQDN in this > case is the name of my internal server. Set $hostname in your config, e.g., set hostname="example.com" You can see more detail about this in muttrc(5) under "hostname". w