This blog is all about How Drupal maintenance support plans handles the Mail system & the stages it has to go through.
In Drupal maintenance support plans to sends an email we need to take care of two rules
Declare all the required properties under hook_mail().
Call drupal_mail() with argument for actually sending the email
However in the scenario like bigger & complex site the above steps won’t be enough. But Drupal maintenance support plans gives us a Flexibility to customize email sending process, before that it’s necessary to know how stuff works behind the scenes first. In this article I’ll show you how you can customize and extend the Drupal maintenance support plans mail system to fulfill your needs.
While sending an email drupal_mail() function uses system class for…
Source: New feed