Python script to reset email password

1k views Asked by At

The email server we are using forces us to change password every 3 months. But I want to write a script so that I can run a cronjob to change password every 3 months, because we have around 10 mailboxes and changing password manually every 3 months is kind of tedious. Does anybody know if IMAP/SMTP python library allows to reset password or if anybody can point me in direction of some other library or solution which would allow me to change email password.

Thanks

0

There are 0 answers