javax.mail.internet.AddressException: Illegal address in string ``''
Your toAddress or username ('from' address), or both, is an empty string. You need to use a real email address there. Look at the value used in line 50 of EmailUtility.java and make sure it is not empty.