mailchannels-sdk 1.5.2 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/_chunks/mailchannels.d.mts +126 -122
- package/dist/_chunks/mailchannels.mjs +87 -15
- package/dist/plugins/nodemailer/index.d.mts +10 -8
- package/dist/plugins/nodemailer/index.mjs +9 -4
- package/dist/simulator/index.d.mts +2 -3
- package/package.json +9 -10
- package/CHANGELOG.md +0 -1572
package/README.md
CHANGED
|
@@ -205,13 +205,13 @@ The SDK provides a transport for Nodemailer that allows you to send emails using
|
|
|
205
205
|
|
|
206
206
|
```sh
|
|
207
207
|
# npm
|
|
208
|
-
npm i mailchannels-sdk nodemailer
|
|
208
|
+
npm i mailchannels-sdk nodemailer
|
|
209
209
|
|
|
210
210
|
# yarn
|
|
211
|
-
yarn add mailchannels-sdk nodemailer
|
|
211
|
+
yarn add mailchannels-sdk nodemailer
|
|
212
212
|
|
|
213
213
|
# pnpm
|
|
214
|
-
pnpm add mailchannels-sdk nodemailer
|
|
214
|
+
pnpm add mailchannels-sdk nodemailer
|
|
215
215
|
```
|
|
216
216
|
|
|
217
217
|
### Sending
|