dimmi se così funziona:

codice:
...
String mittente = "\"netarrow\" <netarrow@mail.com>";
message.setFrom(new InternetAddress(mittente));
...