| Package | Description |
|---|---|
| eu.easyrpa.openframework.email |
Functionality for working with email messages within RPA process.
|
| eu.easyrpa.openframework.email.service.javax |
Implementation of email services based on
javax.mail functionality (SMTP, IMAP and POP3 protocols). |
| Modifier and Type | Field and Description |
|---|---|
protected EmailSender |
EmailMessage.emailSender
Link to the
EmailSender that can be used for sending of this email message using method EmailMessage.send()
and retrieving of parameters that are not specified explicitly. |
| Modifier and Type | Method and Description |
|---|---|
EmailSender |
EmailSender.protocol(OutboundEmailProtocol protocol)
Sets explicitly the value of protocol that is necessary to use for working with outbound email server.
|
EmailSender |
EmailSender.protocol(String protocol)
Sets explicitly the value of protocol that is necessary to use for working with outbound email server.
|
EmailSender |
EmailSender.secret(String secret)
Sets explicitly the value of secret information necessary to perform authentication to specific mailbox on
the server.
|
EmailSender |
EmailSender.secret(String userName,
String password)
Sets explicitly credentials necessary to perform authentication to specific mailbox on the server.
|
EmailSender |
EmailSender.server(String emailServerHostAndPort)
Sets explicitly the value of outbound email server URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmailMessage.send(EmailSender emailSender)
Sends this email message using given email sender.
|
| Constructor and Description |
|---|
EmailMessage(EmailSender emailSender)
Constructs a new instance of EmailMessage with default type name and providing of email sender.
|
EmailMessage(String typeName,
EmailSender emailSender)
Constructs a new instance of EmailMessage with given type name and providing of email sender.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MimeMessageWrapper.send(EmailSender emailSender) |
Copyright © 2023. All rights reserved.