We are trying
to get the smtp send notifications working in XWiki Workspaces with no luck
When we tried
to send via gmail with a gmail account we get…
Error number 10006 in 10: Could not send mail to server smtp.gmail.com port 25 error code 530 (530 5.7.0 Must issue a STARTTLS command first k26sm4233753waf.8
)
com.xpn.xwiki.XWikiException: Error number 10006 in 10: Could not send mail to server smtp.gmail.com port 25 error code 530 (530 5.7.0 Must issue a STARTTLS command first k26sm4233753waf.8
)
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3017)
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3051)
When
we try to send via an unauthenticated smtp server (hiding actual ip
address with nnn but it is a valid smtp server address on our lan) we get.
Error number 10005 in 10: Could not login
to mail server 61.11.73.nnn port 25 error code 501 (501 5.5.4 Invalid Address
)
com.xpn.xwiki.XWikiException: Error
number 10005 in 10: Could not login to mail server 61.11.73.nnn port 25 error
code 501 (501 5.5.4 Invalid Address
)
at
com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3007)
at
com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3051
Can
sendMessage use an unauthenticated smtp server?
Can sendMessage
use an SSL smtp server?
|
||||||||||||||
|