You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.2 KiB
28 lines
1.2 KiB
<?php
|
|
|
|
return [
|
|
'sign_in_activity' => [
|
|
'subject' => 'New sign-in to your account',
|
|
'greeting' => 'Hello :name!',
|
|
'intro' => 'We noticed a new sign-in to your :app account.',
|
|
'time' => 'Time: :time',
|
|
'ip' => 'IP Address: :ip',
|
|
'browser' => 'Browser: :browser',
|
|
'outro' => 'If this was you, you can safely ignore this email. If you did not make this request, please secure your account immediately.',
|
|
'action' => 'Go to Dashboard',
|
|
'title' => 'Sign In Activity',
|
|
'message' => 'You have successfully signed in to your account from :ip.',
|
|
],
|
|
'verify_email' => [
|
|
'subject' => 'Verify your email address',
|
|
'intro' => 'Please click the button below to verify your email address.',
|
|
'action' => 'Verify Email Address',
|
|
'outro' => 'If you did not create an account, no further action is required.',
|
|
],
|
|
'reset_password' => [
|
|
'subject' => 'Reset Password Notification',
|
|
'intro' => 'You are receiving this email because we received a password reset request for your account.',
|
|
'action' => 'Reset Password',
|
|
'outro' => 'If you did not request a password reset, no further action is required.',
|
|
],
|
|
];
|
|
|