You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python package offers integration with the [official API](https://api-docs.mailtrap.io/) for [Mailtrap](https://mailtrap.io).
260
-
261
-
Quickly integrate Mailtrap with your Python app.
262
-
263
-
Currently, with this SDK you can:
264
-
- Email API/SMTP
265
-
- Send an email (Transactional and Bulk streams)
266
-
- Send an email with a template (Transactional and Bulk streams)
267
-
- Send a batch of emails (Transactional and Bulk streams)
268
-
- Send a batch of emails with a template (Transactional and Bulk streams)
269
-
- Email Sandbox (Testing)
270
-
- Send an email
271
-
- Send an email with a template
272
-
- Send a batch of emails
273
-
- Send a batch of emails with a template
274
-
- Messages management
275
-
- Inboxes management
276
-
- Projects management
277
-
- Attachments management
278
-
- Contacts
279
-
- Contacts management
280
-
- Contact Lists management
281
-
- Contact Fields management
282
-
- Contact Events management
283
-
- Contact Exports management
284
-
- Contact Imports management
285
-
- Suppressions
286
-
- Suppressions management (find and delete)
287
-
- Templates
288
-
- Templates management
289
-
- General
290
-
- Account access management
291
-
- Permissions management
292
-
- List accounts you have access to
293
-
- Get current billing information
217
+
## Supported functionality & Examples
218
+
219
+
### Email API:
220
+
- Send an email (Transactional and Bulk streams) – [`sending/minimal_sending.py`](examples/sending/minimal_sending.py)
221
+
- Send an email with a template (Transactional and Bulk streams) – [`sending/sending_with_template.py`](examples/sending/sending_with_template.py)
222
+
- Send a batch of emails (Transactional and Bulk streams) – [`sending/batch_minimal_sending.py`](examples/sending/batch_minimal_sending.py)
223
+
- Send a batch of emails with a template (Transactional and Bulk streams) – [`sending/batch_sending_with_template.py`](examples/sending/batch_sending_with_template.py)
0 commit comments