Package com.bytedesk.core.push.service
Class PushServiceEmail
java.lang.Object
com.bytedesk.core.push.service.PushServiceEmail
Deprecated.
Push邮件服务 - 委托给EmailSendService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleansendAliyunValidateCode(String email, String code) booleansendEmailWithResult(String email, String content, jakarta.servlet.http.HttpServletRequest request) booleansendJavaMail(String email, String subject, String content) booleansendJavaMailValidateCode(String email, String code)
-
Field Details
-
emailSendService
Deprecated.
-
-
Constructor Details
-
PushServiceEmail
public PushServiceEmail()Deprecated.
-
-
Method Details
-
sendEmail
@Deprecated public boolean sendEmail(String email, String content, jakarta.servlet.http.HttpServletRequest request) Deprecated.发送邮件 -
sendEmailWithResult
@Deprecated public PushSendResult sendEmailWithResult(String email, String content, jakarta.servlet.http.HttpServletRequest request) Deprecated.发送邮件并返回详细结果 -
sendAliyunValidateCode
通过阿里云邮件推送SDK发送 -
sendJavaMailValidateCode
发送验证码邮件 -
sendJavaMail
Deprecated.通过JavaMail发送
-
EmailSendService