web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

Email Parameters - Retrieve SMTP Account Password

Denis Macchinetti Profile Picture Denis Macchinetti 16,444
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! 

This was originally posted here.

Comments

*This post is locked for comments