Uses of Class
com.bytedesk.core.email.EmailSendResult
Packages that use EmailSendResult
-
Uses of EmailSendResult in com.bytedesk.core.email
Methods in com.bytedesk.core.email that return EmailSendResultModifier and TypeMethodDescriptionstatic EmailSendResultEmailSendResult.failure(EmailSendResult.SendCodeErrorType errorType, String errorMessage) 失败结果EmailSendService.sendEmailWithResult(String email, String content, jakarta.servlet.http.HttpServletRequest request) 发送邮件并返回详细结果static EmailSendResultEmailSendResult.success()成功结果 -
Uses of EmailSendResult in com.bytedesk.core.push.service
Methods in com.bytedesk.core.push.service with parameters of type EmailSendResultModifier and TypeMethodDescriptionprivate PushSendResultPushSendService.convertEmailResult(EmailSendResult emailResult) 将EmailSendResult转换为PushSendResult