Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schaber committed Jan 27, 2023
1 parent 8171b5e commit ea65355
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ export interface SendConfig {
content?: string;
mimeContent?: Content[];
html?: string;
relatedAttachments?: Attachment[];
inReplyTo?: string;
replyTo?: string;
references?: string;
Expand Down Expand Up @@ -302,6 +303,10 @@ base64 is converted to binary and is only present for a better API. So don't
encode your binary files as base64, otherwise denomailer can't convert it back
to binary.

#### relatedAttachments

Attachments related to the html content, for example embedded images.

#### internalTag

This can be used with preprocessors so you can give mail a type, for example
Expand Down

0 comments on commit ea65355

Please sign in to comment.