125126127128129130131132133134135
for (String address : tss) { email.addTo(address); emailToOutput += address + ", "; } } else { throw new PluginException("no email specified"); } final String to = emailToOutput; final String profile = DynamicDataSourceManager.getCurrentProfile();