chore: add assign template to user for email sending and template
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
export const enum EmailHeaderKey {
|
||||
MessageId = "Message-ID",
|
||||
References = "References",
|
||||
ThreadIndex = "Thread-Index",
|
||||
XMailer = "X-Mailer",
|
||||
XPriority = "X-Priority",
|
||||
XMSMailPriority = "X-MSMail-Priority",
|
||||
MIMEVersion = "MIME-Version",
|
||||
AuthenticationResults = "Authentication-Results",
|
||||
XAutoResponseSuppress = "X-Auto-Response-Suppress",
|
||||
XEntityID = "X-Entity-ID",
|
||||
Precedence = "Precedence",
|
||||
ListUnsubscribePost = "List-Unsubscribe-Post",
|
||||
ListUnsubscribe = "List-Unsubscribe",
|
||||
ListId = "List-Id",
|
||||
XSpamStatus = "X-Spam-Status",
|
||||
XSpamScore = "X-Spam-Score",
|
||||
XFeedbackID = "X-Feedback-ID",
|
||||
XEntityRefID = "X-Entity-Ref-ID",
|
||||
InReplyTo = "In-Reply-To",
|
||||
XGmailThreadBreak = "X-Gmail-Thread-Break",
|
||||
ThreadTopic = "Thread-Topic",
|
||||
XTransactionID = "X-Transaction-ID",
|
||||
XCategory = "X-Category",
|
||||
Importance = "Importance",
|
||||
XCampaignID = "X-Campaign-ID",
|
||||
XMarketingEmail = "X-Marketing-Email",
|
||||
}
|
||||
|
||||
export enum Priority {
|
||||
High = "high",
|
||||
Normal = "normal",
|
||||
Low = "low",
|
||||
}
|
||||
Reference in New Issue
Block a user