rivantmedia / google-workspace-automation

MIT License
0 stars 0 forks source link

Bug fix issue 16 #17

Closed RajatGupta0607 closed 1 month ago

RajatGupta0607 commented 1 month ago

Bug Fix for issue #16

1. The error email now contain the cell that might have caused the error.

and the cell column is clickable link.

2. The table is now well formatted in the mail.

eg:- Screenshot 2024-08-06 191744

3. Multiple error notification emails

An array has been added in config to send multiple error notification emails to IT or Project Manager.

const errorEmailIds = ["it@rivant.in","paras@rivant.in","taniya@rivant.in"];

it can be modified as per wish.