I have a system that sends email, it works normally, I want to insert a field to send copy of the email, a CC or CCo. here's a snippet of my code below.
Entity
private String destino;
private String titulo;
private String mensagem;
M...
asked by
16.05.2017 / 13:07