Hi All
If you don't know or remember the SMTP Account Password, you can use the code below :
CryptoBlob CryptoBlob;
;
CryptoBlob = WinapiServer::cryptUnProtectData( (select firstonly SysEmailSMTPPassword).Password );
info ( cryptoblob2str(CryptoBlob) );
That's it!
If you don't know or remember the SMTP Account Password, you can use the code below :
CryptoBlob CryptoBlob;
;
CryptoBlob = WinapiServer::cryptUnProtectData( (select firstonly SysEmailSMTPPassword).Password );
info ( cryptoblob2str(CryptoBlob) );
That's it!