SendSMTPMail
Send E-Mail over SMTP
Definition
Use this command to send an e-mail over SMTP (Simple Mail Transfer Protocol). Please note that the TCP/IP network protocol is required. You may specify any sender profile. Separate several recipients with a semicolon (;). This command works like an independent UA (User Agent).
Settings
Input
- Sender
name
The sender name will be visible for the recipient. You may use variables. - Sender
address
Please enter the sender address the recipient can respond to. You may use variables. - To
Please enter the recipient you want to send the e-mail to.
Separate several recipients with a semicolon (;). You may use variables. - Cc
Carbon copy: A copy of the message is sent to the recipient, and the recipient’s name is visible to other recipients of the message. Separate several recipients with a semicolon (;). You may use variables. - Bcc
Blind carbon copy: A copy of the message is sent to the recipient, and the recipient’s name is not visible to other recipients of the message. Separate several recipients with a semicolon (;). You may use variables. - Subject
Please type the subject of the message. You may use variables. - Please
enter your message text
Please enter your message. You may use variables. - File
attachments
Please select the files you want to attach to the message. You can select several files, if you want. You may use variables.
Buttons
- Insert
File
Inserts the file you selected from the displayed dialog box. - Delete
File
Removes the selected file from the list. - Edit
Change the name or the path of the attached file. If you want, you can use variables for the file. - SMTP
Server
Click SMTP Server to open the E-Mail Server dialog box. Please specify the server name or IP address. You may use variables; For example, use the %Reporting.SmtpServer% variable to send e-mails over the mail server in your site structure.
Options
Disable file redirection on x64 machines
For reasons of compatibilty, Ivanti DSM maps file and registry access to the default storage location for 32 bit applications (provided that the storage location differs from that of 64-bit applications). File access: whenever a 32-bit application attempts to access %windir%\System32, the access is redirected to %windir%\SysWOW64. Registry commands: when accessing HKEY_LOCAL_MACHINE\SOFTWARE the calls are redirected to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node. The x64-switch stops this redirection of file and registry accesses when running the script command on a x64 computer; the eScript command runs on the specified path. CallScript command: the script runs in a 64-bit process.