Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
leafac committed Jun 6, 2024
1 parent 873c465 commit 2d07d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.test.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ await nodemailer
from: `"Example of Sender" <sender@example.com>`,
to: `"Example of Recipient" <r5bsqg3w6gqrsv7m59f1@localhost>`,
subject: "Example of a Newsletter Entry",
html: "<p>Hello <strong>World</strong></p>".repeat(2 ** 13),
html: "<p>Hello <strong>World</strong></p>".repeat(2 ** 0 /* 13 */),
attachments: [
{
path: url.fileURLToPath(
Expand Down

0 comments on commit 2d07d07

Please sign in to comment.