Class BulkEmailsImpl

All Implemented Interfaces:
BulkEmails

public class BulkEmailsImpl extends SendApiResource implements BulkEmails
Implementation of the BulkEmails interface for bulk sending emails.
  • Constructor Details

  • Method Details

    • send

      public SendResponse send(MailtrapMail mail)
      Description copied from interface: BulkEmails
      Sends an email
      Specified by:
      send in interface BulkEmails
      Parameters:
      mail - The email message to be sent.
      Returns:
      A response indicating the result of the send operation.