Send e-mail 2.0
Summary
Sends an e-mail for each row according to the input table.
Getting started | Prepare a table which has the following columns:
| ||||||||||||
Settings | | ||||||||||||
Configuration Settings | The operator „Send E-Mails" needs a configuration file named XimesEmailConfig.xml. It defines the following:
Which settings/credentials are necessary to send mails XimesEmailConfig.xml <? xml version = "1.0" encoding = "utf-8" ?> < XimesEmail > < SMTP HOST = "1.2.3.4" PORT = "25" SSL = "0" AUTHENTICATION = "0" USERNAME = "N/A" PASSWORD = "N/A" Active = "1" /> </ XimesEmail >
These files have a appSettings section where the following entry must be available and direct to the correct folder < appSettings > < add key = "XimesEmailConfigPath" value = "C:\inetpub\wwwroot\XIMES\TIService\config" /> </ appSettings > Please note that for SP-EXPERT deployments the directories are different, hence the XimesEmailConfig.xml would be located as well differently
|
Example: ...
Situation | ... |
---|---|
Settings | ... |
Result | ... |
Project-File | ... |
Want to learn more?
Settings
Send e-mails 2.0
Columns of input table
Parameter
Examples
Example 1: ...
...
Calculation method | Settings | Result |
---|---|---|
... |
|
|
Troubleshooting
Problem | Frequent Cause | Solutions |
---|---|---|
... |
| ... |
Related topics
- ...