File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ export const emailNotificationsHandler: SQSHandlerFunction<
4848 ...payload ,
4949 id : metadata . reqId ,
5050 from : senderEmailAddress ,
51+ currentYear : new Date ( ) . getFullYear ( ) ,
5152 } ) ,
5253 Charset : "UTF-8" ,
5354 } ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const template = /*html*/ `
5353 emails. To ensure delivery, add {{from}} to your address book. </p>
5454 <p style="font-size: 12px; color: #888; margin-top: 15px;"> Please do not respond to this message, as
5555 emails to this address are not monitored. </p>
56- <p style="font-size: 12px; color: #888; margin-top: 15px;"> © {{date "" format="YYYY" }} ACM @ UIUC.
56+ <p style="font-size: 12px; color: #888; margin-top: 15px;"> © {{currentYear }} ACM @ UIUC.
5757 All trademarks are the property of their respective owners. </p>
5858 <p style="font-size: 12px; color: #888; margin-top: 45px;"> {{id}} </p>
5959 </td>
You can’t perform that action at this time.
0 commit comments