The User.email_address_header() function is used to build the destination email
address when dispatching notifications. This function gets the preferred mail
address from the user preferences storage.
Under unknown conditions users can have confirmed email addresses without having
an email_address user preference, this causes the function to generate an invalid
email address where the email part is "None".