서명 된 전자 메일 메시지를 보내는 멋진 Java 클라이언트가 있습니다. 메시지를 보내려면 사용자 이름/암호 인증을 요구하는 Exchange 서버가 있습니다. 내가 Exchange 서버에 연결할 때 , 나는이 오류가 : 나는 다른 서버 (유닉스 서버)에 연결할 때 avax.mail.AuthenticationFailedException: failed to c
현재 우리 응용 프로그램은 javax.mail.MailMessage를 사용하여 javax.mail을 사용하여 전자 메일을 보냅니다. 우리는 전자 메일의 헤더에서이 방법을 설정 : 이것은 잘 작동하지만, 우리가하고 싶습니다 Message msg = new MimeMessage(mailSession);
msg.setFrom(new InternetAddress
JBoss 4.2.3에 웹 응용 프로그램이있어서 전자 메일을 보내고 싶습니다. 나는 다음과 같이 할 수있다 : try {
Properties props = System.getProperties();
props.put("mail.transport.protocol", "smtp");
props.put("mail.smtp.starttls.enable","f