My password expires within 45 days so I need to send the notification mail and after 45 days automatically change the password.
Use enter usename and password and then you will get the text as password expiry based on get attribute activity and then pass the condition as StrText.ToString.contains(“Password expiry”) and then use send outlook mail message and pass the strtext
Thanks
Ashwin S
Hi @AshwinS2
Do you have any idea about after 45days automatically change the password?
and can you explain more your previous solution?
Thank you
Dinuka Thilakarathne
Hi @AshwinS2
I need after 45 days send to the email notification and after 45days it’s automatically changing the password without any human involvement. email notification sends only remember password will change. it’s just only notification mail.
Use Now.ToString.AddDays(45).ToString(“dd/MM/yyyy”) based on the condition you can send mail message
Thanks
Ashwin S