Contact-mail/config/config.php

28 lines
709 B
PHP

<?php
return [
'subject' => [
'prefix' => '[EchoSystem Contact Form]'
],
'emails' => [
'to' => 'contact@echosystem.fr',
'from' => 'contact@echosystem.fr'
],
'emails.sender' => [
'to' => '.$email',
'from' => 'contact@echosystem.fr'
],
'messages' => [
'error' => 'There was an error sending ! (check the addition?)',
'success' => 'Your message has been sent successfully. (you are good in Math.)'
],
'fields' => [
'name' => 'Name',
'email' => 'Email',
'answer' => 'Operation',
'subject' => 'Subject',
'message' => 'Message',
'btn-send' => 'Send'
]
];