1
2
3
4
5
6
7
8
import { email } from "https://esm.town/v/std/email";
console.log(
await email({
subject: "Test mail from val.town!",
text: "hello from val.town",
}),
);