代码拉取完成,页面将自动刷新
package xyz.kuailemao.enums;
import lombok.AllArgsConstructor;
import lombok.Getter;
/** 发送邮箱提醒枚举
* @author kuailemao
* @since 2024/8/10 上午2:41
*/
@Getter
@AllArgsConstructor
public enum MailboxAlertsEnum {
/**
* 注册邮箱
*/
REGISTER("register","欢迎注册Ruyu-Blog", "register-email-template","注册邮箱"),
/**
* 重置密码邮箱
*/
RESET("reset","Ruyu-Blog重置密码", "reset-password-template","重置密码邮箱"),
/**
* 重置邮箱的邮箱
*/
RESET_EMAIL("resetEmail","Ruyu-Blog重置电子邮箱", "reset-email-template","重置邮箱的邮箱"),
/**
* 友链申请邮箱
*/
FRIEND_LINK_APPLICATION("friendLinkApplication","Ruyu-Blog友链申请通知", "link-email-template","友链申请邮箱"),
/**
* 友链审核通知
*/
FRIEND_LINK_APPLICATION_PASS("friendLinkApplicationPass","Ruyu-Blog友链审核通知", "email-getThrough-template","友链审核通知"),
/**
* 有新的评论的邮箱提醒
*/
COMMENT_NOTIFICATION_EMAIL("commentNotificationEmail","Ruyu-Blog--有新的评论", "comment-email-template","有新的评论的邮箱提醒"),
/**
* 有新的回复的邮箱提醒
*/
REPLY_COMMENT_NOTIFICATION_EMAIL("replyCommentNotificationEmail","Ruyu-Blog--有新的回复", "reply-comment-email-template","有新的回复的邮箱提醒"),
/**
* 有新的留言
*/
MESSAGE_NOTIFICATION_EMAIL("messageNotificationEmail","Ruyu-Blog--有新的留言", "message-email-template","有新的留言提醒");
// 字符标识
private final String codeStr;
// 邮箱主题
private final String subject;
// 模板名称
private final String templateName;
// 描述
private final String desc;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。