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