Mail API
How to send custom formatted HTML mail in Drupal 8 using hook_mail_alter()
As you can understand from name itself it’s basically used to Alter an email created with drupal…
Beginner’s guide to Mail System in Drupal 7 and 8
This blog is all about How Drupal handles the Mail system & the stages it has to go through…
How to send mail programmatically in Drupal 8
Sometime we require emails to be sent on certain events e.g. for a blog website or a news site…