Hi Muhammad Ikhwan Afiq bin Azmir
This error means that one of the email addresses being passed into the EmailTemplate module is literally "-" (a dash string), instead of a valid email like user@domain.com. To be more clear
The EmailTemplate Java action SendEmailMessage is failing because the recipient list contains an invalid email address. Check the user has valid email id if stored in DB.