!--a11y-->
Creating the Servlet Files 
In this step you create the new servlet files.
....
1. Choose the source folder. Open the context menu and choose New ® Servlet.
2. In the New dialog that appears, specify the Servlet Name of the servlet. As the default Servlet Package for the servlet, specify com.sap.engine.examples.javamail.servlet.
3. To generate the servlet, choose Finish.
4. To save and compile the servlets, from the menu path choose File ® Save all.

To compile the SendMailUsingEJB.java servlet, you will have to point to the JavaMail project in the classpath. For more information about how to set the classpath to the required libraries and packages, see Setting Classpath and Compiling Sources.
The new servlet is added to the project.
Create the next servlet required for the tutorial. When finished, continue with HTML Files.