Generated by
JDiff

Class com.day.cq.commons.mail.MailTemplate

Changed Methods
Email getEmail(StrLookup, Class) Change in return type from Email to org.apache.commons.mail.Email.
Change in signature from (StrLookup, java.lang.Class) to (org.apache.commons.lang.text.StrLookup, java.lang.Class).
Change in exceptions: EmailException was removed. org.apache.commons.mail.EmailException was added.
Create an org.apache.commons.mail.Email based on the template text and replacing variables in the template text using the given lookup implementation.