Posts by Leonardo Kallás • 9 points
2 posts
-
0
votes2
answers89
viewsA: Problem sending email by app
I looked at another example code and the problem is the line that executes the following command: email.setSSL(false); in the emailConfig method. I commented on it and it worked. Thank you.
javaanswered Leonardo Kallás 9 -
0
votes2
answers89
viewsQ: Problem sending email by app
I’m having trouble making a simple program to make my application send an email. Main public static void main(String[] args) throws EmailException, IOException { ConfiguracaoEmail emailConfig = new…
javaasked Leonardo Kallás 9