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

com.nb6868.onex.msg.mail.AbstractMailService Maven / Gradle / Ivy

There is a newer version: 4.2.16
Show newest version
package com.nb6868.onex.msg.mail;

import com.nb6868.onex.common.msg.MsgSendForm;
import com.nb6868.onex.msg.entity.MsgTplEntity;

/**
 * 消息服务
 *
 * @author Charles [email protected]
 */
public abstract class AbstractMailService {

    /**
     * 发送消息
     * @param mailTpl 消息模板
     * @param mailSendForm 消息请求
     * @return 发送结果
     */
    public abstract boolean sendMail(MsgTplEntity mailTpl, MsgSendForm mailSendForm);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy