Public
Like
resend
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Send an email via resend
Requires a resend API key, which you can get for free.
@stevekrouse.resend({
  from: "onboarding@resend.dev",
  to: "steve@val.town",
  subject: "Hello World",
  html: "Congrats on sending your first email!",
  apiKey: @stevekrouse.secrets.resend,
});
Migrated from folder: Archive/resend
