Skip to content

SDK for email sending #6716

@vimtor

Description

@vimtor

something like:

import { email } from "sst/aws/email";

email.send(Resource.MyEmail, { to: "example@gmai.com", body: "..." });

email.send(Resource.MyEmail, [
  { to: "john@gmai.com", body: "..." },
  { to: "bob@gmai.com", body: "..." }
]);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions