Class EmailDelivery

    • Constructor Detail

      • EmailDelivery

        public EmailDelivery​(String recipient,
                             String from,
                             String auth)
        New Email Delivery Instructions. Who gets the message and who sent it. Which may be different from the contents of the message.
        Parameters:
        recipient - String
        from - String
        auth - - may be null if the email is not authenticated
    • Method Detail

      • getRecipient

        public String getRecipient()
      • getFrom

        public String getFrom()
      • getAuth

        public String getAuth()