It is the type of operation that allows the information in the grid area to be sent to the form as mail.
Send e-Mail Multiple operation at Property Panel
Properties
Group Areas: By grouping according to any field within the grid, it is ensured that the number of groups is mailed.
Description: A description of the action is written.
Heading: Specifies the name in the action list when added as a Form Action.
File Format: The format of the attached file to be sent with Mail is selected.
Design File: The name of the attached file to be sent by mail is either written or found with a SQL query.
To Whom: The information to whom the mail will be sent is written or found with the SQL query.
Information: Mail information is written to the information to whom it is sent or is found with the SQL query.
Subject: The mail topic is written or found with the SQL query.
Sender Mail – 1(*Mail) 2(*Host) 3(*Password) 4(Display Name) 5(User Name) 6(SSL) 7(Port): The information of the mail address that will send the mail is written. If null is used, it uses the information in the system parameters.
Files to be Added (File Name, File Content): Mail is a section that allows you to send files attached to the form with the file attachment control. The files are found by the query.
Content: Mail content is written.
Html File: If there is an HTML file designed for the mail body, the name of the file is written. The file location should be under the Uploads \ Email folder in the program’s working directory.
Confirmation Form: If an approval is required with mail, the form to be opened is selected after clicking the approval link.
Confirmation ID Field: The field where the id information from the mail will be written with the confirmation link is selected.
Confirmation User: After the confirmation link is clicked, the user code to be used to enter the system is written. If it is empty, the user input screen is displayed.
Confirm Password: After clicking the confirmation link, the password of the user to be used for logging in is entered.
Send to Approval: Specifies whether to include a confirmation link in the mail content.
Link Text: The text of the confirmation link to be added to the mail content is written.
Info Mail CC: Info mails send or do not send.
Not Information Message: Hides completed information.
Run Condition: If the value in the query entered in this field is ‘0′, the corresponding action will not run.
Request Confirmation: Select whether to ask for confirmation before running the action. If Request Confirmation is activated, the Confirmation Message feature is turned on and the message that will be displayed when requesting confirmation is written.
Example Used
For example;
There is a grid form control on the Client screen. The email column is one of the grid’s columns.
The grid control
Create a Send email multiple operation with After recording event on the form. To Whom area is written as $PEmail and Group Area is chosen as Email.
The mail is sent according to the Email column when the form is saved. Two mail is sent one for each to xxx@xxx.xx and yyy@yyy.yy emails at this example.
Client view on screen