Change record status: 
Project: 
Introduced in branch: 
7.x
Introduced in version: 
7.12
Description: 

Functions implementing hook_mail_alter() may have reason to cancel sending by the drupal_mail() function. Formerly, this was done by setting $message['To'] to an invalid address. Now they may set $message['send'] = FALSE to accomplish the same goal in a cleaner way.

Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done