XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
mail.php
Go to the documentation of this file.
1 <?php
2 // $Id: mail.php 11355 2013-04-07 03:14:28Z beckmi $
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 define('_MAIL_MSGBODY','Message body is not set.');
7 define('_MAIL_FAILOPTPL','Failed opening template file.');
8 define('_MAIL_FNAMENG','From Name is not set.');
9 define('_MAIL_FEMAILNG','From Email is not set.');
10 define('_MAIL_SENDMAILNG','Could not send mail to %s.');
11 define('_MAIL_MAILGOOD','Mail sent to %s.');
12 define('_MAIL_SENDPMNG','Could not send private message to %s.');
13 define('_MAIL_PMGOOD','Private message sent to %s.');