Get browser notifications when Mailpit receives new messages?
Note that your browser will ask you for confirmation when you click
- enable notifications,
- and that you must have Mailpit open in a browser tab to be able to receive the
- notifications.
+ enable notifications, and that you must have Mailpit open in a browser tab to
+ be able to receive the notifications.
+ Chaos allows you to set random SMTP failures and response codes at various stages
+ in a SMTP transaction to test application resilience (
+ see documentation ).
+
+
+
+
+ Response code is the SMTP error code returned by the server if this
+ error is triggered. Error codes must range between 400 and 599.
+
+
+ Error probability is the % chance that the error will occur per message
+ delivery, where 0(%) is disabled and 100(%) wil always
+ trigger. A probability of 50 will trigger on approximately 50% of
+ messages received.
+
+
+
+
+
+
+
+
+ Trigger an error response based on the sender (From / Sender).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Trigger an error response based on the recipients (To, Cc, Bcc).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Trigger an authentication error response. Note that SMTP authentication must
+ be configured too.
+
@@ -84,29 +93,34 @@ export default {
Renaming a tag will update the tag for all messages. Deleting a tag will only delete the tag
itself, and not any messages which had the tag.
-
-
-
-
+
+
+
Inbox
-
+
{{ formatNumber(mailbox.unread) }}
-
+
Mark all read
-
+
Mark all read
-
+
Delete all
-
+
Delete all
-
+
-
+
-
Mark all messages as read?
+
Mark all messages as read?
- This will mark {{ formatNumber(mailbox.unread) }}
- messages as read.
+ This will mark {{ formatNumber(mailbox.unread) }} messages
+ as read.
-
+
-
Delete all messages?
+
Delete all messages?
- This will permanently delete {{ formatNumber(mailbox.total) }}
- messages.
+ This will permanently delete {{ formatNumber(mailbox.total) }} messages.
@@ -83,83 +83,121 @@ export default {
Inbox
-
+
{{ formatNumber(mailbox.unread) }}
-
+
Mark all read
-
+
Mark all read
-
+
Delete all
-
+
Delete all
-
+
-
+
-
Mark all search results as read?
+
Mark all search results as read?
- This will mark {{ formatNumber(mailbox.messages_unread) }}
- messages
+ This will mark {{ formatNumber(mailbox.messages_unread) }} messages
matching {{ getSearch() }}
as read.
-
+
-
Delete all messages matching search?
+
Delete all messages matching search?
- This will permanently delete {{ formatNumber(mailbox.count) }}
- messages matching
+ This will permanently delete {{ formatNumber(mailbox.count) }} messages
+ matching
{{ getSearch() }}