| Package | Description |
|---|---|
| eu.easyrpa.openframework.email.service |
Services to work with mailbox and email messages.
|
| eu.easyrpa.openframework.email.service.javax |
Implementation of email services based on
javax.mail functionality (SMTP, IMAP and POP3 protocols). |
| Modifier and Type | Method and Description |
|---|---|
OutboundEmailService |
EmailServiceFactory.getOutboundService(String hostAndPort,
OutboundEmailProtocol protocol,
String secret)
Creates a new instance of specific outbound email service that is intended to work with given email server
based on given protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SmtpEmailService
Implementation of outbound email services that is working based on SMTP protocol.
|
Copyright © 2023. All rights reserved.