2017-03-22 8 views

답변

0

나는 당신에게 아이디어를 줄 것이다, 당신은 코드를 작성합니다. 이미 작성된 코드로 도움이 필요한지 물어보십시오.

// List all Attachments that must be sent 

// For each Attachment, get the size of it using fs.statSync() 

// Knowing the number of attachments and the size of each, divide them in groups where the sum of the file size of each group is less than 10MB 

// Send one e-mail per group 
+0

계속 알려 드리겠습니다. 감사 :) –