- 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.
推薦閱讀
- 計算思維與算法入門
- JavaScript高效圖形編程
- Mastering SVG
- Visual Basic程序設計(第3版):學習指導與練習
- 深入理解Java7:核心技術與最佳實踐
- 基于Swift語言的iOS App 商業實戰教程
- Getting Started with Laravel 4
- Python編程從0到1(視頻教學版)
- 利用Python進行數據分析
- Mastering Business Intelligence with MicroStrategy
- 微服務架構深度解析:原理、實踐與進階
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- Hands-On GUI Programming with C++ and Qt5
- JavaScript+jQuery網頁特效設計任務驅動教程
- JavaScript機器人編程指南