Articles, Home

#HOWTO: Send emails with Java EE using Payara

Sending emails to your application’s clients or customers is a common enterprise use case. The emails usually contain invoices, reports or confirmations for a given business transaction. With Java, we have a mature and robust API for this: The JavaMail API. The JavaMail API standard has a dedicated website providing official documentation and quickstart examples. The…