| 1234567891011121314 |
- <?php
- return [
- 'send_code' => [
- 'subject' => 'Your verification code',
- 'header_subtitle' => 'Access verification',
- 'greeting' => 'Hello, :name!',
- 'greeting_anonymous'=> 'Hello!',
- 'body_intro' => 'Use the code below to access your account',
- 'expiry_notice' => 'This code expires in 15 minutes.',
- 'ignore_notice' => 'If you did not request this code, please ignore this email.',
- 'footer_note' => 'This is an automated email. Please do not reply.',
- ],
- ];
|