GNU bug report logs -
#52205
Allow configuring multiple mail accounts for smtpmail.el
Previous Next
Reported by: Philip Kaludercic <philipk <at> posteo.net>
Date: Tue, 30 Nov 2021 19:46:02 UTC
Severity: normal
Tags: patch
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Philip Kaludercic <philipk <at> posteo.net> writes:
> the below patch should allow for multiple mail accounts being configured
> for smtpmail.el, without having to use tricks like
> X-Message-SMTP-Method, that only work when the MUA also inserts them at
> the right time.
The problem is that there's no limit to how people want to configure
their outgoing mail.
> + (server (alist-get envelope-from smtpmail-smtp-server-alist
> + (list smtpmail-smtp-server)
> + nil #'string=))
And using just the envelope-from might be correct for your use case, but
it's not, in general, very useful.
If we want to add something like this to smtpmail, it has to allow a
full range of customisations for how to determine the server... and
that's best done in the MUA, in my opinion. Which is why it's
implemented via a header so the MUA can do this.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 2 years and 307 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.