Problem:
Zipped report passwords are converted to upper case when I use the MAILRPT API to email a report.
Solution:
Make sure to enter a password with single quotes around it when you want to use a lower-case password.
Example: testpass will get converted to TESTPASS
Without the single quotes, the password gets converted to capital letters.
Example: TESTPASS will get converted to TESTPASS
When entered as capital letters the password gets converted to capital letters.
Example: 'testpass' will get converted to testpass
Example: 'TestPass' will get converted to TestPass
With the single quotes, the password gets converted to lowercase or mixed-case letters letters.
Last Modified On:
No, open a new Support Case