mail.php 567 B

1234567891011121314
  1. <?php
  2. return [
  3. 'send_code' => [
  4. 'subject' => 'Your verification code',
  5. 'header_subtitle' => 'Access verification',
  6. 'greeting' => 'Hello, :name!',
  7. 'greeting_anonymous'=> 'Hello!',
  8. 'body_intro' => 'Use the code below to access your account',
  9. 'expiry_notice' => 'This code expires in 15 minutes.',
  10. 'ignore_notice' => 'If you did not request this code, please ignore this email.',
  11. 'footer_note' => 'This is an automated email. Please do not reply.',
  12. ],
  13. ];