[알림 기능 찾아 삼만리 링크 1주 차: (1) (2)][알림 기능 찾아 삼만리 링크 2주 차: (3) (4) (5) (6) (7) (8) (9) (10)][알림 기능 찾아 삼만리 링크 3주 차: (11) (12) (13) (14) (15) (16) (17) (18) (19)]package com.project.cheerha.common.email.format;import com.project.cheerha.domain.notification.entity.Notification;import java.util.List;public class NotificationFormat { public static String[] createEmailNotification(List notificationList)..