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

cn.bootx.platform.notice.code.MailCode Maven / Gradle / Ivy

The newest version!
package cn.bootx.platform.notice.code;

/**
 * 邮箱常量
 *
 * @author xxm
 * @since 2021/8/5
 */
public interface MailCode {

    /**
     * 普通方式
     */
    Integer SECURITY_TYPE_PLAIN = 1;

    /**
     * TLS方式
     */
    Integer SECURITY_TYPE_TLS = 2;

    /**
     * SSL方式
     */
    Integer SECURITY_TYPE_SSL = 3;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy