Multiple choice technology programming languages How do I send email from my Servlet? Mail Service Simple Mail Protocol Java Mail Service Mail Protocol Reveal answer Fill a bubble to check yourself C Correct answer Explanation JavaMail API (Java Mail Service) is the standard library for sending email from Java applications, including servlets. It provides classes like Session, Message, and Transport for creating and sending emails through SMTP servers.