Example 1: Send marketing email
to a list of contacts with an attached document having details of a newly launched product.
- Create a List variable that has your list of contacts.
Either you can enter all your list values in Variable Manager or you can read it from a text file.
- Open the Task Editor from Tools -> Task Editor.
- Insert a Loop for List variable action from Loop command. Select the list variable that you created in step 1.
- Double click on the 'Send Email' command.
- Specify the appropriate From address. In the To text
box specify the list variable created in step 1.
- Specify the location and name of the document which you want to attach.
- Type in the message that you want to send.
- You can use these keywords if you want to send any specific information
about the task.<taskname>, <desc>, <repeat>, <status>, <lastruntime>
- Save the command.
- Place the Send Email command within the Start and End Loop.
- When you run the task, it will loop through the entire list and send individual email to all the
contacts along with the attached document.