У меня проблема, я не могу найти параметры SMTP Appender в формате xml.
<SMTP name="MailAppender"
subject="Great Notes [PROD]"
to="example@example.com"
from="example@example.com"
smtpHost="smtp.gmail.com"
smtpPort="587"
bufferSize="50"
smtpUsername="example@example.com"
smtpPassword="*********"
smtpProtocol="smtps"
mail.smtp.ssl.enable="true"
mail.smtp.starttls.enable="true"
>
<ThresholdFilter level="ERROR" onMatch="ACCEPT" onMismatch="DENY"/>
<PatternLayout>
<Pattern>${LOG_PATTERN}</Pattern>
</PatternLayout>
</SMTP>
Поэтому я не могу найти параметры для: mail.smtp.ssl.enable & mail.smtp.starttls.enable.
Я получаю эту ошибку:
ERROR SMTP contains invalid attributes "mail.smtp.ssl.enable", "mail.smtp.ssl.enable"
ERROR SMTP contains invalid attributes "mail.smtp.starttls.enable", "mail.smtp.ssl.enable"
Unrecognized SSL message, plaintext connection? javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 587;
ERROR An exception occurred processing Appender MailAppender org.apache.logging.log4j.LoggingException: Error occurred while sending email