修改global_award邮件模板
This commit is contained in:
@@ -1057,7 +1057,7 @@ public class SendEmailUtil {
|
|||||||
String subject = "";
|
String subject = "";
|
||||||
Template template = new Template();
|
Template template = new Template();
|
||||||
subject = "AiDA Global Design Awards 2026 | The Journey Starts Now ! \nAiDA 全球设计大奖 2026 | 从现在开始你的创作之旅 !";
|
subject = "AiDA Global Design Awards 2026 | The Journey Starts Now ! \nAiDA 全球设计大奖 2026 | 从现在开始你的创作之旅 !";
|
||||||
template.setTemplateID(EN_GLOBAL_AWARDS);
|
template.setTemplateID(GLOBAL_AWARDS_2);
|
||||||
/*if (language.equals("ENGLISH")) {
|
/*if (language.equals("ENGLISH")) {
|
||||||
subject = "From Idea to Wow. \uD83D\uDD25 | AiDA Demo & Global Awards";
|
subject = "From Idea to Wow. \uD83D\uDD25 | AiDA Demo & Global Awards";
|
||||||
template.setTemplateID(EN_GLOBAL_AWARDS);
|
template.setTemplateID(EN_GLOBAL_AWARDS);
|
||||||
|
|||||||
Reference in New Issue
Block a user