handle invalid email address
This commit is contained in:
@ -63,6 +63,17 @@ return [
|
||||
|
||||
],
|
||||
|
||||
'email' => [
|
||||
|
||||
'invalid' => [
|
||||
|
||||
'title' => 'Invalid :type Email',
|
||||
'description' => '<strong>:email</strong> email address has been reported as invalid and the person has been disabled. Please check the following error message and fix the email address:',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
|
||||
'export_completed' => [
|
||||
@ -177,6 +188,13 @@ return [
|
||||
|
||||
],
|
||||
|
||||
'invalid_email' => [
|
||||
|
||||
'title' => 'Invalid :type Email',
|
||||
'description' => '<strong>:email</strong> email address has been reported as invalid and the person has been disabled. Please check and fix the email address.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
Reference in New Issue
Block a user