package javax.mail.internet does not exist
I have imported the below package in my sling servlet but getting below errors, please help to resolve the issue. I am using AEM 6.4
import javax.mail.internet.InternetAddress;
Error
package javax.mail.internet does not exist
class file for javax.mail.MessagingException not found
In POM.xml used the below dependency
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4.1</version>
</dependency>