$message['body'][]=t('Your site has failed some readiness checks for automatic updates and may not be able to receive automatic updates until further action is taken. Please visit @url for more information.',[
'@url'=>$url,
],$options);
}
// If this email was related to an unattended update, explicitly state that
// this isn't supported yet.
@@ -153,7 +164,9 @@ function automatic_updates_module_implements_alter(&$implementations, $hook) {