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

cn.stylefeng.guns.roses.email.executor.MailExecutor Maven / Gradle / Ivy

There is a newer version: 3.0.6
Show newest version
package cn.stylefeng.guns.roses.email.executor;

import cn.stylefeng.guns.roses.email.core.model.SendMailParam;

/**
 * 邮件发送的api
 *
 * @author fengshuonan
 * @date 2018-07-08-下午3:47
 */
public interface MailExecutor {

    /**
     * 发送邮件
     *
     * @author fengshuonan
     * @Date 2018/7/8 下午6:28
     */
    void sendMail(SendMailParam sendMailParam);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy