Cannot use custom-login-mapping
and override-smtp-credentials
at the same time
#233
Labels
enhancement
New feature or request
Describe the bug
If you enable the
custom-login-mapping
andoverride-smtp-credentials
plugins at the same time for the same user, then onlycustom-login-mapping
will apply. That is, the client will attempt to login to the SMTP server defined under "Domains" with the username set incustom-login-mapping
. All settings fromoverride-smtp-credentials
are ignored.My use case for enabling both is that you have separate passwords for IMAP and SMTP because the two are on different servers. It is not always possible to set the two passwords to be the same (eg. app passwords with 2fa).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When both plugins are enabled on the same user,
custom-login-mapping
applies to IMAP only andoverride-smtp-credentials
applies to SMTP only.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: