You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.0 KiB
Plaintext

<%@ page import="com.engine.email.entity.EmailFlockSendAccountComInfo" %>
<%@ page import="com.alibaba.fastjson.JSONObject" %>
<%@page contentType="text/html; charset=UTF-8" %>
<%
EmailFlockSendAccountComInfo emailFlockSendAccountComInfo = new EmailFlockSendAccountComInfo();
out.println(JSONObject.toJSONString(emailFlockSendAccountComInfo.getAccountName("0")));
out.println(JSONObject.toJSONString(emailFlockSendAccountComInfo.getAccountPassword("0")));
out.println(JSONObject.toJSONString(emailFlockSendAccountComInfo.getAccountMailAddress("0")));
out.println(JSONObject.toJSONString(emailFlockSendAccountComInfo.getAccountId("0")));
out.println(JSONObject.toJSONString(emailFlockSendAccountComInfo.getAzureClientId("0")));
out.println(JSONObject.toJSONString(emailFlockSendAccountComInfo.getSmtpServerPort("0")));
out.println(JSONObject.toJSONString(emailFlockSendAccountComInfo.getSmtpServer("0")));
// emailFlockSendAccountComInfo.s
out.print(JSONObject.toJSONString(emailFlockSendAccountComInfo));
%>
<%!
%>