1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-07-15 01:25:10 +02:00

Feature: Add allowlist to filter recipients before relaying messages (#109)

* Bugfix: Don't panic on mails without from line

* Feature: Add allowlist to filter recipients before relaying messages
This commit is contained in:
Matthias Gliwka
2023-05-05 05:28:00 +02:00
committed by GitHub
parent 316b5d7c66
commit fdc1b05545
7 changed files with 76 additions and 15 deletions

View File

@ -83,6 +83,11 @@ export default {
<div class="invalid-feedback">Invalid email address</div>
</div>
</div>
<div class="form-text text-center" v-if="relayConfig.MessageRelay.RecipientAllowlist != ''">
Note: A recipient allowlist has been configured. Any mail address not matching it will be rejected.
<br class="d-none d-md-inline">
Configured allowlist: <b>{{ relayConfig.MessageRelay.RecipientAllowlist }}</b>
</div>
<div class="form-text text-center">
Note: For testing purposes, a unique Message-Id will be generated on send.
<br class="d-none d-md-inline">