javax.mail 设置发件人昵称

MineMessage.setFrom(new InternetAddress("=?UTF-8?B?6L6+5Lq65ri45oiP5a6i5pyN5Zui6Zif?= <"+from+">"))

其中昵称需要使用base64加密

你可能感兴趣的:(昵称,javax.mail)