-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bulk sending api #39
Bulk sending api #39
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't we going to update the changelog as well?
examples/bulk-sending/send-mail.ts
Outdated
import { MailtrapClient } from "mailtrap" | ||
|
||
/** | ||
* For this example to work, you need to set up a sending domain, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* For this example to work, you need to set up a sending domain, | |
* For this example, you need to have ready-to-use sending domain |
We introduced feature called Demo domain, so all new accounts have a pre-created domain to test sending, we might change wording here
- or we can double check with Tudor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, let's add a new minor version to the Changelog and describe changes
Co-authored-by: Victor Zagorodny <[email protected]>
Motivation
Add support for Bluk Sending API to SDK.
Changes