Changes for page Send emails

Last modified by Erik Bakker on 2024/09/03 08:52

From version 27.1
edited by Erik Bakker
on 2022/10/03 13:40
Change comment: There is no comment for this version
To version 29.1
edited by Erik Bakker
on 2023/01/23 11:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,5 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 -We explained the MIME protocol in the previous [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.Mail based Connectivity.advanced-mail-connectivity-whatis-mime.WebHome||target="blank"]]. In this microlearning, we will expand our knowledge by learning how to send emails with the help of MIME messages via the eMagiz platform.
2 +We explained the MIME protocol in the previous [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.Mail based Connectivity.advanced-mail-connectivity-whatis-mime||target="blank"]]. In this microlearning, we will expand our knowledge by learning how to send emails with the help of MIME messages via the eMagiz platform.
3 3  
4 4  Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]].
5 5  
... ... @@ -15,7 +15,7 @@
15 15  
16 16  == 3. Send emails ==
17 17  
18 -We explained the MIME protocol in the previous [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.Mail based Connectivity.advanced-mail-connectivity-whatis-mime.WebHome||target="blank"]]. In this microlearning, we will expand our knowledge by learning how to send emails with the help of MIME messages via the eMagiz platform.
18 +We explained the MIME protocol in the previous [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.Mail based Connectivity.advanced-mail-connectivity-whatis-mime||target="blank"]]. In this microlearning, we will expand our knowledge by learning how to send emails with the help of MIME messages via the eMagiz platform.
19 19  
20 20  eMagiz provides you with a variety of mail-related components to send mail. See below for a snapshot of the current list of components offered by eMagiz with regards to mail. To send a mail, we need at least the support object called "Java mail sender" and the outbound channel adapter called "Mail outbound channel adapter" from the list below.
21 21  
... ... @@ -43,7 +43,7 @@
43 43  
44 44  [[image:Main.Images.Microlearning.WebHome@advanced-mail-connectivity-using-mime-java-mail-sender-config.png]]
45 45  
46 -Note that there are many more java mail properties that could be defined. Which properties to define largely depends on the mail server you are setting up a connection with. An overview of some other java mail properties can be found [here](https://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html).
46 +Note that there are many more java mail properties that could be defined. Which properties to define largely depends on the mail server you are setting up a connection with. An overview of some other java mail properties can be found [[here>>https://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html||target="blank"]].
47 47  
48 48  Now that we have configured the Java mail sender, it is time to link the components together. To do so, please open the mail outbound channel adapter and select the correct mail sender from the dropdown list.
49 49  
... ... @@ -64,8 +64,8 @@
64 64  
65 65  If you are interested in this topic and want more information, please read the release notes and help texts provided by eMagiz. Furthermore, check out the following links:
66 66  
67 -* https://docs.spring.io/spring-integration/docs/2.1.x/reference/html/mail.html#mail-outbound
68 -* https://docs.spring.io/spring-integration/reference/html/mail.html
67 +* [[Mail outbound reference (Spring)>>https://docs.spring.io/spring-integration/docs/2.1.x/reference/html/mail.html#mail-outbound||target="blank"]]
68 +* [[Mail reference (Spring)>>https://docs.spring.io/spring-integration/reference/html/mail.html||target="blank"]]
69 69  
70 70  == 7. Silent demonstration video ==
71 71