Python Installation and Environment Variable Setup[UltimateAccess Web ver. 1.0.17 or Lower] |
1. Python Installation
Visit the official Python website.
Click the "Download Python" button to download the latest version.
Once the download is complete, run the installer to begin the installation process.
In the installation screen, make sure to check the box for "Add Python to PATH" before clicking "Install Now".
This option ensures that Python is automatically added to your system's environment variables.
...
Open Command Prompt and type the following command to verify that Python and the environment variables are set correctly:
Code Block python --version
If the Python version is displayed correctly, the environment variable setup is complete.
UltimateAccess Web ver. 1.0.18 or Higher |
Starting from UltimateAccess version 1.0.18, the built-in Python scripting feature allows you to execute SMTP functions.
Before using the SMTP feature, please ensure that the Python scripting environment is properly installed.
For instructions on how to install Python scripts, refer to: https://cimon.atlassian.net/wiki/x/AAEcHQE
UltimateAccess Web SMTP |
Please Regist AtlSmtp driver to ‘IO device’.
Click ‘Use SMTP Server Account’ Check box and then click ‘SMTP Domain, Server Account Setting’ button.
...