- Drupal 8 Module Development
- Daniel Sipos
- 146字
- 2021-07-02 12:22:44
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.
推薦閱讀
- 演進式架構(原書第2版)
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Hands-On C++ Game Animation Programming
- Unity Shader入門精要
- JSP開發案例教程
- Learn React with TypeScript 3
- Getting Started with NativeScript
- Python算法詳解
- NoSQL數據庫原理
- Android應用開發實戰
- PrimeFaces Blueprints
- Getting Started with Python
- Mastering Elixir
- C語言程序設計與應用實驗指導書(第2版)
- 和孩子一起學編程:用Scratch玩Minecraft我的世界