13 lines
805 B
PHP
13 lines
805 B
PHP
<?php
|
||
|
||
return [
|
||
'preapplication' => [
|
||
'subject' => 'Your pre-applicaction for issuing a hacker passport',
|
||
'body1' => "Hello,<br /><br />Your preliminary application has been successfully submitted.<br />Your reference number is:",
|
||
'body2' => "<br /><br />The following data has been submitted:<br />",
|
||
'body3' => "<br /><br />Please keep this email for your records. <br />If possible, print out form 5, which is attached to the email. Fill in your reference number and bring it with you when you pick up your hacker passport.",
|
||
'body4' => "<br /><br />We also ask you to observe the donation regulation, which is also attached.",
|
||
'signature' => "Sincerely,<br /><br /><br />Your C3Gov – Your government authority in the CCC district region"
|
||
]
|
||
];
|