public interface IEmailProvider extends IServiceProvider
| Modifier and Type | Method and Description |
|---|---|
void |
sendEmail(@NotBlank String messageId,
@NotNull @Valid ContactBean from,
@NotNull @Valid ContactBean recipient,
@NotBlank String subject,
@NotBlank String message,
@NotBlank String mediaType,
@NotBlank String charset)
Send an email message to a recipient.
|
getNamevoid sendEmail(@NotBlank
@NotBlank String messageId,
@NotNull @Valid
@NotNull @Valid ContactBean from,
@NotNull @Valid
@NotNull @Valid ContactBean recipient,
@NotBlank
@NotBlank String subject,
@NotBlank
@NotBlank String message,
@NotBlank
@NotBlank String mediaType,
@NotBlank
@NotBlank String charset)
messageId - A unique id for this email operationfrom - The senderrecipient - The recipientsubject - The message subjectmessage - The message bodymediaType - The media type of body messagecharset - The charset of body messageProviderException - If any problem sending the message was producedCopyright © 2021 Albirar. All rights reserved.