Iam using mailman3 and I just want to set a FROM name for my lists. Currently the FROM for lists for example the welcome mail etc. is just the mailaddress like [email protected] but I would like to have it like My List <[email protected]>. I could not find the correct setting here:
https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/config/docs/config.html#schema-cfg
to achieve that and hope there is a solution for that
The mailing list display name is not used when sending service emails (like the welcome email). Also, they are being sent from addresses like
[email protected]rather than from the main list's address.Certain emails like (un)subscription notifications might be sent from an email defined in the site-owner parameter, but they are for list owners, not regular members.