.email-sender.2.1.37.source-code.module-info.j Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of email-sender Show documentation
Show all versions of email-sender Show documentation
An email utility that is responsible for sending emails.
The newest version!
module com.networknt.email.sender {
exports com.networknt.email;
requires com.networknt.common;
requires com.networknt.config;
requires com.networknt.utility;
requires java.mail;
requires activation;
requires org.slf4j;
}