接口的使用
cn.taketoday.context.support.mail.MailMessage
使用MailMessage的程序包
程序包
说明
Framework's generic mail infrastructure.
JavaMail support for Framework's mail infrastructure.
-
cn.taketoday.context.support.mail中MailMessage的使用
修饰符和类型类说明classModels a simple mail message, including data such as the from, to, cc, subject, and text fields.修饰符和类型方法说明voidSimpleMailMessage.copyTo(MailMessage target) Copy the contents of this message to the given target message. -
cn.taketoday.context.support.mail.javamail中MailMessage的使用
修饰符和类型类说明classImplementation of the MailMessage interface for a JavaMail MIME message, to let message population code interact with a simple message or a MIME message through a common interface.