📄 smtpservice.java
字号:
package org.iocworkflow.test.sequence.ratedrop.smtp;
import java.util.Set;
/**
* Class:SMTPService
* Creation Date: Mar 13, 2005
* CVS ID $Id:$
*
* Describes the interface for sending mail to an SMTP server
*
* @author sdodge
* @since $Date:$
*/
public interface SMTPService {
public void sendMessage(String message, String fromAddress, String subject, Set recipients) throws SMTPServerException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -