2019.1

Table Of Contents
1.
If the templates and data mapping configurations haven't been sent to Workflow yet,
do that first (see "Sending files to Workflow" on page439). This requires that the
Workflow service is running (see Starting the Workflow service in Workflow's Online
Help).
2. Locate the Workflow configuration in the project folder and open it in OL Connect
Workflow.
3.
Select the em_basic_sending_email process
4.
Open the Debug ribbon and click Run.
The process should send the email messages along with a delivery note and the Return and
Refund Policy to the email address entered in the project wizard.
Running the project
Having tested the project, you will be ready to send it to Workflow; see Saving and sending a
Workflow Configuration in Workflow's Online Help.
To test the project when it runs on the server:
1.
Open the Sample Data.xml file. You will find it in the Configurations\Data folder.
2. Replace the email addresses in this file by real email addresses that you have access to.
3. Copy the modified sample data file from the Configurations\Data folder to the
Workspace\In folder.
The emails should now be sent to the email addresses that you entered in the sample data file.
Project details
The email template
The email's design is in the EM_BASIC Email Message template. It contains one Email
section (see "Email templates" on page507).
Styling is done via style sheets (see "Local formatting versus style sheets" on page717). The
style rules are in the context_htmlemails_styles.css file. Note how they use HTML tags, IDs and
classes to select elements. (See also: "Selectors in Connect" on page823.)
The @media rules make the email responsive (see also: "Designing an Email template" on
page498).
Page 161