Company Maintenance- SMTP Email Pasword

Hi everyone,

I am using custom email functionality. I have set the SMTP details under
Comapny Maintenance -> Email & Reporting tab.

But Password has been stored into the database in encrypted form.

How to Decrypt the password in UD form script editor. Please suggest.

It depends how its Encrypted. You could try to use the method that is used to Decrypt the SysAgent Password, I believe that its encrypted in the same way.

Epicor.Security.Cryptography.Encryptor.DecryptToString(passwordStringHere)

When it comes to User Passwords Just an FYI There is an Article on that

Thanks hasokeric. This is working fine.

1 Like