mirror of
https://github.com/axllent/mailpit.git
synced 2025-07-03 00:46:58 +02:00
Feature: Add relay config to preserve (keep) original Message-IDs when relaying messages (#515)
This commit is contained in:
@ -140,8 +140,8 @@ export default {
|
||||
will be rejected:
|
||||
<code>{{ mailbox.uiConfig.MessageRelay.BlockedRecipients }}</code>
|
||||
</li>
|
||||
<li class="form-text">
|
||||
For testing purposes, a new unique <code>Message-Id</code> will be generated on send.
|
||||
<li v-if="!mailbox.uiConfig.MessageRelay.PreserveMessageIDs" class="form-text">
|
||||
For testing purposes, a new unique <code>Message-ID</code> will be generated on send.
|
||||
</li>
|
||||
<li v-if="mailbox.uiConfig.MessageRelay.OverrideFrom != ''" class="form-text">
|
||||
The <code>From</code> email address has been overridden by the relay configuration to
|
||||
|
Reference in New Issue
Block a user