- Developing Middleware in Java EE 8
- Abdalla Mahmoud
- 103字
- 2021-07-23 19:24:30
Mailing
Software-to-user communication is also essential in any enterprise application. Software needs to mail its users about notifications, updates, changes, password change confirmations, and so on. Although in a large-scale development, a separate third-party cloud mailing solution would be a good idea, it's still very common to directly use the mailing APIs to communicate with our users, especially in small-scale developments.
In Chapter 8, Sending Mails with JavaMail 1.6, we'll get a brief introduction to the main mailing protocols. After that, we'll learn and practice how to programmatically send plain text and HTML emails, in addition to optionally attaching files to your emails.
推薦閱讀
- Beginning Java Data Structures and Algorithms
- Learning Apex Programming
- Java Web基礎與實例教程(第2版·微課版)
- Python高級編程
- Apache Karaf Cookbook
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- 前端HTML+CSS修煉之道(視頻同步+直播)
- C++程序設計教程
- jQuery從入門到精通(微課精編版)
- Mastering Apache Camel
- 征服C指針(第2版)
- RESTful Web API Design with Node.js
- Flutter之旅
- Learning iOS Penetration Testing
- Build Your Own PaaS with Docker