I have following code:
private static boolean envioTest(final String descricao, final String msg, final String to)throws MessagingException{
final Properties props = new Properties();
props.put("mail.smtp.host", "64.233.186.108");...
asked by
29.12.2015 / 18:35