Webcenter 站点:配置 Gmail SMTP 服务器
Webcenter Sites: Configure Gmail SMTP Server
我无法配置我的 SMTP 服务器来发送工作流通知。
我已经尝试过 SSL 和 TLS 协议。
这些是我的属性:
futuretense.ini:cs.emailauthenticator=com.openmarket.framework.mail.ICSAuthenticator futuretense.ini:cs.emailcontenttype= futuretense.ini:cs.emailhost=smtp.gmail.com:465 or tls://smtp.gmail.com:587 futuretense.ini:cs.emailaccount=dummy@gmail.com futuretense.ini:cs.emailpassword=dummy123 futuretense.ini:cs.emailcharset= futuretense.ini:cs.emailreturnto=
错误是:
(with SSL) [fatwire.logging.cs.xml] Error: mail.send failed! Message
exception sending mail Sending failed; nested exception is:
javax.mail.MessagingException: Could not connect to SMTP host:
smtp.gmail.com, port: 465
(with TLS) [fatwire.logging.cs.xml] Error: mail.send failed! Message
exception sending mail Sending failed; nested exception is:
javax.mail.MessagingException: 530 5.7.0 Must issue a STARTTLS command
first. ww4sm18327270wjc.47 - gsmtp
无法通过 SSL/TLS 发送,只能通过 SMTP 发送。作为解决方法,您可以设置一个本地 SMTP 邮件服务器,将所有内容通过 SSL/TLS 转发到您最终的邮件服务器,然后配置站点以发送到您的本地 SMTP 服务器。
我无法配置我的 SMTP 服务器来发送工作流通知。
我已经尝试过 SSL 和 TLS 协议。
这些是我的属性:
futuretense.ini:cs.emailauthenticator=com.openmarket.framework.mail.ICSAuthenticator futuretense.ini:cs.emailcontenttype= futuretense.ini:cs.emailhost=smtp.gmail.com:465 or tls://smtp.gmail.com:587 futuretense.ini:cs.emailaccount=dummy@gmail.com futuretense.ini:cs.emailpassword=dummy123 futuretense.ini:cs.emailcharset= futuretense.ini:cs.emailreturnto=
错误是:
(with SSL) [fatwire.logging.cs.xml] Error: mail.send failed! Message exception sending mail Sending failed; nested exception is: javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465
(with TLS) [fatwire.logging.cs.xml] Error: mail.send failed! Message exception sending mail Sending failed; nested exception is: javax.mail.MessagingException: 530 5.7.0 Must issue a STARTTLS command first. ww4sm18327270wjc.47 - gsmtp
无法通过 SSL/TLS 发送,只能通过 SMTP 发送。作为解决方法,您可以设置一个本地 SMTP 邮件服务器,将所有内容通过 SSL/TLS 转发到您最终的邮件服务器,然后配置站点以发送到您的本地 SMTP 服务器。