Docs: Fix link to current smtp java documentation

relates elastic/x-pack-elasticsearch#1468

Original commit: elastic/x-pack-elasticsearch@768d699f8a
This commit is contained in:
Alexander Reelsen 2017-05-18 16:51:28 +02:00
parent 1cc4ec95f3
commit 27af24de6f
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ can specify the following email account attributes:
`smtp.*`;;
SMTP attributes that enable fine control over the SMTP
protocol when sending messages. See
https://javamail.java.net/nonav/docs/api/com/sun/mail/smtp/package-summary.html[com.sun.mail.smtp]
https://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html[com.sun.mail.smtp]
for the full list of SMTP properties you can set. Note that all timeouts
(`writetimeout`, `connection_timeout` and `timeout`) default to 2 minutes.