Package io.mailtrap.api.bulkemails
Interface BulkEmails
- All Known Implementing Classes:
BulkEmailsImpl
public interface BulkEmails
Interface representing the Mailtrap Bulk Sending API for sending emails.
-
Method Summary
-
Method Details
-
send
Sends an email- Parameters:
mail
- The email message to be sent.- Returns:
- A response indicating the result of the send operation.
- Throws:
HttpException
- If there is an HTTP-related error during the send operation.InvalidRequestBodyException
- If the request body is invalid.
-