Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Python Installation and Environment Variable Setup

[UltimateAccess Web ver. 1.0.17 or Lower]

1. Python Installation

  1. Visit the official Python website.

  2. Click the "Download Python" button to download the latest version.

  3. Once the download is complete, run the installer to begin the installation process.

  4. 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.

...

  1. 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

  1. Please Regist AtlSmtp driver to ‘IO device’.

  2. Click ‘Use SMTP Server Account’ Check box and then click ‘SMTP Domain, Server Account Setting’ button.

...