Hello
I found few bugs, when manager receive notification of user password expiration:
- Every time logo inserted in template, even if i remove it from $FormattingParameters
- ManagerDisplayName doesnt work.
- Problem with EmailSentTo, if user has no email - in report Not available, if user have email - in report N/A
Here is logs from script:
[2020-09-17 15:43:47] [i] Starting processing Users section
[2020-09-17 15:43:47] [i] User USER1 expires in 1 days (09/19/2020 01:35:46). However user has no email address and will be skipped.
[2020-09-17 15:43:47] [i] User USER2 expires in 1 days (09/19/2020 01:46:32).
[2020-09-17 15:43:47] [i] Pretending to send email to USER2@DOMAIN.net ...Success
[2020-09-17 15:43:47] [i] Ending processing Users section
Thank you!