SMTP
Python Installation and Environment Variable Setup |
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.
2. Setting up Python Environment Variables
After installing Python, you may need to set up the environment variables manually. Below are the steps for doing so.
Setting Python Environment Variables on Windows
Search for "Environment Variables" in the Start menu and select "Edit the system environment variables".
In the System Properties window, click the "Environment Variables..." button.
In the Environment Variables window, find the "Path" variable under the System variables section and click "Edit...".
In the Edit Environment Variable window, click New and add the following paths:
C:\Users\YourUsername\AppData\Local\Programs\Python\PythonX.Y\
C:\Users\YourUsername\AppData\Local\Programs\Python\PythonX.Y\Scripts\
(These paths may vary depending on your Python version and installation location.)
Once done, click OK to save and close all the windows.
Verification
Open Command Prompt and type the following command to verify that Python and the environment variables are set correctly:
python --version
If the Python version is displayed correctly, the environment variable setup is complete.
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.
※ What Changed?
In the past, when using SMTP Server, it was used only when the recipient's mail account was Gmail or Hotmail. From this patch on, after checking use, all mails sent are sent by the SMTP server that has been set.
When the SMTP Server Setting dialog opens, enter the appropriate settings for the server you want to use.
※ What Changed?
In the past, ‘Password’ means password for login account but according to the security policy change,
Password mean “app password” please notice under url for your information.
Reference ) https://support.google.com/mail/answer/185833?hl=en
4. You can predefine messages and contacts through the settings button.
UltimateAccess Web SMTP COMMAND |
You can use the command in the following way:
DriverCommand("SMTP Driver Name", 1, "GroupID,MessageID");
DriverCommand("SMTP Driver Name", 2, "GroupID,Message Subject,Message Content,Attachment Filename");
DriverCommand("SMTP Driver Name", 3, "Contact,MessageID");
DriverCommand("SMTP Driver Name", 4, "Contact,Message Subject,Message Content,Attachment Filename");
DriverCommand("SMTP Driver Name", 5, "Email Address,MessageID");
DriverCommand("SMTP Driver Name", 6, "Email Address,Message Subject,Message Content,Attachment Filename");
UltimateAccess Web SMTP LOG |
After send Email through SMTP driver, log file will generate in [smtp] folder.