Class SendingEmailsImpl

All Implemented Interfaces:
SendingEmails

public class SendingEmailsImpl extends SendApiResource implements SendingEmails
Implementation of the SendingEmails interface for sending emails in the production environment.
  • Constructor Details

  • Method Details

    • send

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