mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #274] Auto Release for certain domains #181
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#181
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gshep86 on GitHub (Apr 4, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/274
Would it be possible to get a feature to auto release emails for certain domains or addresses?
@axllent commented on GitHub (Apr 5, 2024):
Possibly yes. How are you currently configuring the SMTP relay, via a config or environment variables?
@gshep86 commented on GitHub (Apr 5, 2024):
via config
@axllent commented on GitHub (Apr 6, 2024):
I will look into adding this some time in the near future.
@axllent commented on GitHub (Apr 16, 2024):
I have been giving this some thought and a feature like this will potentially introduce complications:
The only way I think this could safely work is if it matches only the recipients (not the sender), and only those matching recipients receive a copy regardless of how many other recipients are included.
Is this what you mean?
@gshep86 commented on GitHub (Apr 17, 2024):
We would like to whitelist the recipients. I think the way you described it would work best, where only those matching recipients would receive have the email automatically released. Thanks!
@axllent commented on GitHub (Apr 20, 2024):
I've just released this feature in v1.17.0 (see release & website link for a brief explanation). Please let me know if this does what you expect? Thanks.
@gshep86 commented on GitHub (Apr 25, 2024):
It's working great, thank you!