feat: add custom email headers (#260)
This commit is contained in:
@@ -215,6 +215,7 @@ EmailCreate = TypedDict(
|
||||
'attachments': NotRequired[List[Attachment]],
|
||||
'scheduledAt': NotRequired[Union[datetime, str]],
|
||||
'inReplyToId': NotRequired[str],
|
||||
'headers': NotRequired[Dict[str, str]],
|
||||
}
|
||||
)
|
||||
|
||||
@@ -239,6 +240,7 @@ EmailBatchItem = TypedDict(
|
||||
'attachments': NotRequired[List[Attachment]],
|
||||
'scheduledAt': NotRequired[Union[datetime, str]],
|
||||
'inReplyToId': NotRequired[str],
|
||||
'headers': NotRequired[Dict[str, str]],
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user