13 lines
612 B
PHP
13 lines
612 B
PHP
<?php
|
|
|
|
// Looking at a mail before a customer does.
|
|
return [
|
|
'title' => 'Mail preview',
|
|
'subtitle' => 'Every message this installation sends, filled with sample data. Opening it in the browser answers the desktop question; sending it to yourself as a real mail is the only way to judge it on a phone.',
|
|
'open' => 'In the browser',
|
|
'send' => 'Send to me',
|
|
'sent' => 'Preview sent to :email.',
|
|
'failed' => 'Could not be sent: :reason',
|
|
'note' => 'Always sent to your own address (:email) — there is deliberately no recipient field. The sample data is invented and is not stored.',
|
|
];
|