@@ -35,6 +35,8 @@ description: "Send your mail using unsend in NodeJS"
|
||||
Get the API key from the [Unsend dashboard](https://app.unsend.dev/api-keys) and initialize the SDK
|
||||
|
||||
```javascript
|
||||
import { Unsend } from "unsend";
|
||||
|
||||
const unsend = new Unsend({ apiKey: "us_12345" });
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user