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).
213
+
214
+
Quickly integrate Mailtrap with your Python app.
215
+
216
+
Currently, with this SDK you can:
217
+
- Email API/SMTP
218
+
- Send an email (Transactional and Bulk streams)
219
+
- Send an email with a template (Transactional and Bulk streams)
220
+
- Send a batch of emails (Transactional and Bulk streams)
221
+
- Send a batch of emails with a template (Transactional and Bulk streams)
222
+
- Email Sandbox (Testing)
223
+
- Send an email
224
+
- Send an email with a template
225
+
- Send a batch of emails
226
+
- Send a batch of emails with a template
227
+
- Messages management
228
+
- Inboxes management
229
+
- Projects management
230
+
- Attachments management
231
+
- Contacts
232
+
- Contacts management
233
+
- Contact Lists management
234
+
- Contact Fields management
235
+
- Contact Events management
236
+
- Contact Exports management
237
+
- Contact Imports management
238
+
- Suppressions
239
+
- Suppressions management (find and delete)
240
+
- Templates
241
+
- Templates management
242
+
- General
243
+
- Account access management
244
+
- Permissions management
245
+
- List accounts you have access to
246
+
- Get current billing information
247
+
125
248
## Contributing
126
249
127
-
Bug reports and pull requests are welcome on [GitHub](https://github.com/railsware/mailtrap-python). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](CODE_OF_CONDUCT.md).
250
+
Bug reports and pull requests are welcome on [GitHub](https://github.com/mailtrap/mailtrap-python). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](CODE_OF_CONDUCT.md).
0 commit comments