Last modified by Erik Bakker on 2023/09/29 09:04

From version 27.1
edited by Erik Bakker
on 2023/09/13 14:47
Change comment: There is no comment for this version
To version 23.1
edited by Erik Bakker
on 2023/09/13 13:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Receive emails via an email server
1 +Send Mail
Content
... ... @@ -1,5 +1,5 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 -This exercise will provide practical guidance on constructing a flow that will receive emails. In this exercise we will focus on both variants that we offer to receive emails, IMAP and "standard". Several better-known providers that offer mail functionality offer other ways to receive emails. One of them is Outlook. To receive emails via Outlook, you can use this [[store component >>doc:Main.eMagiz Store.System Connectors.GET eMail - Microsoft Graph.WebHome||target="blank"]].
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 3  
4 4  Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
5 5  
... ... @@ -9,15 +9,16 @@
9 9  
10 10  == 2. Exercise ==
11 11  
12 -Create two seperate integrations that will receive emails. This means you need to execute the following steps at a minimum:
13 -* Draw two lines in Capture towards an (existing) system
14 -* Add Integrations to Create
15 -* Open the entry flows to build the flow in such a way that you can receive emails
16 -** Don't forget the MIME to XML transformation
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
17 17  
18 18  == 3. Solution ==
19 -In this short movie, you will find the solution for how to configure the flow in Create. Every step needed to get to the Create phase is assumed knowledge and, therefore, not covered in this video. Please take a moment to review this one and compare it to your 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 to the Create phase is assumed knowledge and therefore not covered in this video. Please take a moment to review this one and compare it to your solution.
20 20  
21 -{{video attachment="advanced-mail-connectivity-receive-email-mailserver.mp4" reference="Main.Videos.Microlearning.WebHome"/}}
22 +{{video attachment="advanced-mail-connectivity-using-mime.mp4" reference="Main.Videos.Microlearning.WebHome"/}}
22 22  
23 23  )))((({{toc/}}))){{/container}}{{/container}}