We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fe9a3 commit be0d30cCopy full SHA for be0d30c
README.md
@@ -8,7 +8,7 @@ General purpose email queue with REST API interface.
8
- 👨👩👧👦 Full suppor to Cc, Bcc, reply-to fields
9
- 🌐 HTML template engine
10
- 🔒 Automatic TLS support
11
-- ✉️ SMTP client send limiter
+- ✉️ SMTP client limiter
12
13
## Build
14
@@ -68,3 +68,4 @@ API endpoint prefix is `/api/v1`.
68
|`DELETE`| `/templates/{id}` | Delete template with id `{id}`|
69
|`GET`|`/images/mail/{service}/{id}`| Tracking open email|
70
71
+Please refer to [this directory](examples/rest) for examples.
0 commit comments