The Import Javax.mail Cannot Be Resolved
import javax.mail.BodyPart; import javax.mail.Message; import javax.mail.MessagingException; import javax.mail.Multipart; import javax.mail.SendFailedException; import javax.mail.S
Solution 1:
Try add this javax.mail.jar .You can download it here ,hope this will help. There is a similar question here.
Post a Comment for "The Import Javax.mail Cannot Be Resolved"