All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jpattern.service.mail.IMailConfig Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.jpattern.service.mail;

import java.io.Serializable;

/**
 * 
 * @author Claudio Quaresima - [email protected] - 01/set/09 20:29:35
 *
 * @version $Id$
 */
public interface IMailConfig extends Serializable {

    String getStmphost();
    
    String getStmpport();
    
    String getUsername();
    
    String getPassword();
    
    boolean isRequiredAuthentication();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy