Package io.micronaut.email
Class Contact
java.lang.Object
io.micronaut.email.Contact
Class representing the person who receives an email.
- Since:
- 1.0.0
- Author:
- Sergio del Amo
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Contact
- Parameters:
email
- Contact's email.
-
Contact
- Parameters:
email
- Recipient's email.name
- Recipient's name.
-
-
Method Details