Created
March 31, 2019 11:32
-
-
Save sintongPanjaitan/6bbac4b5a9db84107389bd62a82f3065 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package id.medium.spring.mail.Mail; | |
import lombok.Data; | |
@Data | |
public class MailRequest { | |
private String name; | |
private String to; | |
private String from; | |
private String subject; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment