Package io.micronaut.email.validation
Interface Recipients
- All Known Implementing Classes:
Email
public interface Recipients
Email Recipients. To, carbon copy and blind carbon copy recipients.
- Since:
- 1.0.0
- Author:
- Sergio del Amo
-
Method Summary
Modifier and TypeMethodDescription@Nullable Collection<Contact>
getBcc()
@Nullable Collection<Contact>
getCc()
@Nullable Collection<Contact>
getTo()
-
Method Details
-
getTo
- Returns:
- Email recipients.
-
getCc
- Returns:
- Email carbon copy recipients.
-
getBcc
- Returns:
- Email blind carbon copy recipients.
-