Hello <%=user.name%>,
The following files have been uploaded:
<% upload.files.forEach((file) => { %>
- <%=file.name%> (<%=humanFileSize(file.size, true)%>)
<% }) %>
<% if (upload.expirationDate !== null) { %>
These files will be automatically deleted after <%=upload.expirationDate.toLocaleString('en-US')%>
<% } %>
You can download these files by logging in to <%=adminUrl%>
Cheers,
Recv