All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io._57blocks.email.Attachment Maven / Gradle / Ivy

Go to download

Email service based on spring-boot and provide an easy way to integrate spring-mail or aws ses.

There is a newer version: 0.2.0
Show newest version
package io._57blocks.email;

import lombok.Data;

@Data
public class Attachment {
  private String filename;
  private byte[] attachmentBytes;
  private String contentType;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy