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.
我已经从服务器管理(管理->控制面板->服务器管理->邮件)配置了 Liferay 电子邮件,包括 SMTP 和 POP。无论如何,我还没有找到以编程方式获取我配置的 SMTP 和 POP 电子邮件地址的方法。
看来我必须使用
PrefsPropsUtil.getString(PropsKeys.MAIL_SESSION_MAIL_SMTP_USER); PrefsPropsUtil.getString(PropsKeys.MAIL_SESSION_MAIL_POP3_USER);