Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使打开默认电子邮件客户端的电子邮件地址可点击。我正在本地测试它,它工作正常。但是当我将代码提升到服务器时它不起作用。
java.awt.Desktop.getDesktop().mail(new java.net.URI("mailTo:"+ user.Contact.EmailAddress1))
我假设 java.getDesktop 在服务器端不可用?在 Guidewire 中还有其他方法可以做到这一点吗?
email如果您在 TextInput 控件中有电子邮件地址,只需从控件属性中选择 formatType 。
email
如果控件处于只读状态,它将显示适当的链接,从mailto:
mailto: