Skip to content

Commit

Permalink
docs: update examples list in README
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed May 12, 2024
1 parent 35297b0 commit d6fc4a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,20 @@ Refer to the [`examples`](examples) folder for the source code of this and other
- [Remove account access](examples/general/accounts.ts)
- [Permissions](examples/general/permissions.ts)

### Sending API

- [Advanced](examples/sending/everything.ts)
- [Minimal](examples/sending/minimal.ts)
- [Send email using template](examples/sending/template.ts)
- [Nodemailer transport](examples/sending/transport.ts)

### Email testing API

- [Attachments](examples/testing/attachments.ts)
- [Inboxes](examples/testing/inboxes.ts)
- [Messages](examples/testing/messages.ts)
- [Projects](examples/testing/projects.ts)
- [Send mail using template](examples/testing/template.ts)

### Nodemailer Transport

Expand Down

0 comments on commit d6fc4a5

Please sign in to comment.