Files
crm.twinpol.com/include/ECM/EcmSendMail/en_us.php

7 lines
194 B
PHP
Raw Normal View History

2025-05-12 15:44:39 +00:00
<?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'
);
?>