Files
crm.twinpol.com/include/ECM/EcmSendMail/en_us.php
2025-05-12 15:44:39 +00:00

7 lines
194 B
PHP
Executable File

<?php
$strings = array (
'LBL_NO_TO_ADDRESS' => 'Recipient address is not specified',
'LBL_NO_ATTACHMENT' => 'Attchment file non exist: ',
'LBL_SEND_ERROR' => 'Message was not send'
);
?>