<dependency>
<groupId>org.mule.connectors</groupId>
<artifactId>mule-email-connector</artifactId>
<version>x.x.x</version>
<classifier>mule-plugin</classifier>
</dependency>
Email Connector - Mule 4
Email Connector v1.1
Anypoint Connector for Email (Email Connector) sends and retrieves email messages over standard email protocols. Its main features include:
-
Retrieving emails from POP3 mailboxes
-
Retrieving, deleting, and storing emails from IMAP mailboxes
-
Sending emails over the SMTP protocol
-
Supporting secure connections for all protocols over Transport Layer Security (TLS)
Connector Configurations
Email Connector configurations vary depending on the protocol you use. They share a basic set of parameters that require a connection over the protocols described in this documentation.
TLS Configuration with Keystores and Truststores
You can use Transport Layer Security (TLS) and configure email by providing a key store with your certificate. You can also enable 2-way authentication by providing a trust store. For details, see Configure TLS with Keystores and Truststores.
POM File Information
Replace x.x.x
with the version that corresponds to the connector you are using. To specify a version, view
Email Connector in
Anypoint Exchange and click Dependency Snippets.