- Drupal 8 Module Development
- Daniel Sipos
- 146字
- 2021-07-02 15:45:20
Mail API
Now that we know how to log things in our application, let's turn our attention to the Drupal 8 Mail API. Our goal for this section is to see how we can send emails programmatically in Drupal 8. In achieving this goal, we will explore the default mail system that comes with the core installation (which uses PHP mail), and also create our own system that can theoretically use an external API to send mails. We won't go all the way with the latter because it's beyond the scope of this book. We will stop after covering what needs to be done from a Drupal point of view.
In the next and final section, we will look at tokens so that we can make our mailings a bit more dynamic. However, before we do that, let's get into the Mail API in Drupal 8.
推薦閱讀
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- Apache Oozie Essentials
- 零基礎PHP學習筆記
- JavaScript:Functional Programming for JavaScript Developers
- Learn to Create WordPress Themes by Building 5 Projects
- Python面向對象編程:構建游戲和GUI
- Learning Hunk
- 青少年信息學競賽
- Programming Microsoft Dynamics? NAV 2015
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- C語言從入門到精通
- Visual C++程序設計與項目實踐
- Learning C++ by Creating Games with UE4
- C語言程序設計實驗指導與習題精解
- 測試基地實訓指導