@FormParam("serverName") String serverName,
@FormParam("portNumber") String portNumber,
@FormParam("testAddress") String testAddress,
@FormParam("recipientOverride") String recipientOverride) throws Exception {
CreateSmtpEmailConfigAction action = new CreateSmtpEmailConfigAction(
userName, password,
authType, serverName, portNumber,
testAddress, recipientOverride);
apiClient.apply(action);