fix: update comment for external-mail warning
This commit is contained in:
@@ -980,7 +980,7 @@ export function EmailComposer({
|
|||||||
const inlineAttachments = rewritten?.attachments ?? [];
|
const inlineAttachments = rewritten?.attachments ?? [];
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// Let plugins veto the send (external-recipient warning, mistyped-domain
|
// Let plugins veto the send (external-mail warning, mistyped-domain
|
||||||
// guards, etc.). Returning false from any handler aborts before either
|
// guards, etc.). Returning false from any handler aborts before either
|
||||||
// the S/MIME or standard JMAP path runs.
|
// the S/MIME or standard JMAP path runs.
|
||||||
const sendablePreview: OutgoingEmail = {
|
const sendablePreview: OutgoingEmail = {
|
||||||
|
|||||||
Reference in New Issue
Block a user