Wiki source code of Send Mail
Version 22.1 by Erik Bakker on 2023/09/13 13:39
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{container}}{{container layoutStyle="columns"}}((( | ||
2 | This exercise will provide practical guidance on how to construct a flow that will send out emails with the help of the Java mail sender configuration. Several better know providers that offer mail functionality offer other ways to send emails. One of the is Outlook. To send out emails via Outlook you can use this [[store component >>doc:Main.eMagiz Store.System Connectors.POST eMail - Microsoft Graph.WebHome||target="blank"]]. | ||
3 | |||
4 | Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. | ||
5 | |||
6 | == 1. Prerequisites == | ||
7 | |||
8 | * Completed previous exercises and microlearnings | ||
9 | |||
10 | == 2. Exercise == | ||
11 | |||
12 | Create an integration that will send out emails. This means you need to execute the following steps at a minimum: | ||
13 | * Draw a line in Capture towards an (existing) system | ||
14 | * Add Integration to Create | ||
15 | * Open the exit flow to build the flow in such a way that you can send out emails | ||
16 | ** Don't forget the XML to MIME transformation | ||
17 | ** Don't forget the Mail support object | ||
18 | |||
19 | == 3. Solution == | ||
20 | In this short movie, you will find the solution for how to configure the flow in Create. Every step that is needed to get there is assumed. Please take a moment to review this one and compare it to your solution. | ||
21 | |||
22 | {{video attachment="advanced-monitoring-eventstreaming-partition-size-and-consumer-lag-exercise.mp4" reference="Main.Videos.Microlearning.WebHome"/}} | ||
23 | |||
24 | )))((({{toc/}}))){{/container}}{{/container}} |