src.main.java.com.vincomobile.fw.basic.tools.MailerSenderConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vincofw-basic Show documentation
Show all versions of vincofw-basic Show documentation
Vincomobile framework (Basic components)
package com.vincomobile.fw.basic.tools;
import java.util.Properties;
public class MailerSenderConfig {
String username;
String password;
String host;
int port;
Properties properties;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy