2013-05-24 10:14:49 -04:00
|
|
|
<?php
|
|
|
|
|
2013-10-18 07:30:41 +02:00
|
|
|
return [
|
2014-03-16 10:46:16 +06:00
|
|
|
'adminEmail' => 'admin@example.com',
|
2019-04-23 15:11:10 +03:00
|
|
|
'senderEmail' => 'noreply@example.com',
|
|
|
|
'senderName' => 'Example.com mailer',
|
2013-10-18 07:30:41 +02:00
|
|
|
];
|