GitHub - mailhog/MailHog: Web and API based SMTP testing
Web and API based SMTP testing. Contribute to mailhog/MailHog development by creating an account on GitHub.
The JavaMail API provides a set of Java classes for composing, sending, and receiving email through standard protocols such as SMTP, POP3, and IMAP.
The API consists of the javax.mail package for protocol-independent operations and javax.mail.internet for internet-standard protocols and content formats. Key configuration properties and classes enable integration with various mail servers and support for email features like attachments, MIME formatting, and authentication.