From 0f7159f58c386f1d32db919f931908e865ee3434 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Sat, 13 Mar 2021 23:32:52 +0000 Subject: [PATCH] --- src/index.test.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/index.test.ts b/src/index.test.ts index ee819d2..1679321 100644 --- a/src/index.test.ts +++ b/src/index.test.ts @@ -1,18 +1,3 @@ -/* -You may send emails manually from the command line with the following: - -cat << "EOF" > /tmp/example-email.txt -From: Publisher -To: ru9rmeebswmcy7wx@localhost -Subject: Test email with HTML -Date: Sat, 13 Mar 2021 11:30:40 - -

Some HTML

-EOF - -curl smtp://localhost:2525 --mail-from publisher@example.com --mail-rcpt ru9rmeebswmcy7wx@localhost --upload-file /tmp/example-email.txt -*/ - import { test, expect } from "@jest/globals"; import os from "os"; import path from "path";