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

org.shoulder.security.code.email.EmailCodeSender Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.2
Show newest version
package org.shoulder.security.code.email;

/**
 * email验证码发送者
 *
 * @author lym
 */
public interface EmailCodeSender {

    /**
     * 发送email验证码
     *
     * @param email 手机号
     * @param code  验证码
     * @throws Exception 发送失败
     */
    void send(String email, String code) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy