Details
Description
Because the Error occurs further down in Java, there are two options
- Either catch the NPE in sendMail and try to send a mail without a sendFrom field (I doubt that this will work)
- Or expand the sendMailOnePartInterface to have sendFrom mandatory just like sendTo