Create default Message-ID for sent mail

This commit is contained in:
w0xel
2026-02-12 23:51:11 +01:00
committed by GitHub
parent 8cda8429c0
commit 9e50b5b744

View File

@@ -53,6 +53,7 @@ impl Mailer {
Message::builder()
.from(self.from.clone())
.reply_to(self.reply_to.clone())
.message_id(None)
}
fn prepare_verification_email(