The JavaMailSender interface is a subinterface of MailSender that includes specialized JavaMail features:-

The JavaMailSender interface is a subinterface of MailSender that includes specialized JavaMail features:- Correct Answer Multipurpose Internet Mail Extensions

The JavaMailSender interface is a subinterface of MailSender that includes specialized JavaMail features such as Multipurpose Internet Mail Extensions (MIME) message support. To send an email message with HTML content, inline images, or attachments, you have to send it as a MIME message.
Bissoy MCQ

Related Questions

Which of the below is not a subinterface of Queue?
Which subinterface provides functionality for managing Threads and their events
If you have a JavaMail session configured in your Java EE application server, you can first look it up with the help of:-
MIME is supported by JavaMail through the:-