Skip to content

Commit 94eff58

Browse files
feat/inline-attachments use resolved
1 parent 8243c08 commit 94eff58

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

client/basic/client.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ export class SMTPClient {
9393
}
9494

9595
this.#connection.writeCmd(
96-
`Content-Disposition: ${
97-
attachment.contentDisposition || "attachment"
98-
}; filename=${attachment.filename}`,
96+
`Content-Disposition: ${attachment.contentDisposition}; filename=${attachment.filename}`,
9997
);
10098

10199
if (attachment.encoding === "base64") {

0 commit comments

Comments
 (0)