Skip to content

Add option to exclude SMTP servers from the default 'email' pool#3055

Open
nemunaire wants to merge 1 commit into
knadh:masterfrom
nemunaire:f/exclude_from_pool
Open

Add option to exclude SMTP servers from the default 'email' pool#3055
nemunaire wants to merge 1 commit into
knadh:masterfrom
nemunaire:f/exclude_from_pool

Conversation

@nemunaire

Copy link
Copy Markdown

When multiple SMTP servers are configured, the default "email" pool is constitued from all the active SMTP servers.

Some SMTP servers are sometime used only for specific things: for some campaigns, or for transactional emails, ...
Relates to #2547

My pull request introduce a new option "Exclude from default pool" in the settings:
Exclude from default pool

When enabled, the server is never used by default. It should be specifically selected.

Adds a new per-server `exclude_from_pool` flag that keeps the SMTP server
active and reachable via its named messenger (email / <name>) but excludes
it from the aggregated 'email' messenger random pool. Useful to reserve
specific SMTPs for explicit campaign/transactional selection without
having them randomly choosen for default sends.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant