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

cn.stylefeng.roses.email.MailSender Maven / Gradle / Ivy

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

import cn.stylefeng.roses.email.spring.model.SendMailParam;

/**
 * 邮件收发统一接口
 *
 * @author fengshuonan
 * @date 2018-07-08-下午3:26
 */
public interface MailSender {

    /**
     * 发送普通邮件
     *
     * @author fengshuonan
     * @Date 2018/7/8 下午3:34
     */
    void sendMail(SendMailParam sendMailParam);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy