[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/includes/extra_configures/ -> email_use_8bit.php (source)

   1  <?php
   2  /** 

   3   * used only to override the email encoding method for backward compatibility. 

   4   *

   5   * This file may NOT be required, depending on your host mailserver configuration.

   6   *

   7   * @package constants

   8   * @copyright Copyright 2003-2006 Zen Cart Development Team

   9   * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

  10   * @version $Id: email_use_8bit.php 4843 2006-10-26 06:07:44Z drbyte $

  11   */
  12  /**

  13   * specify the email encoding method to be used for sending emails

  14   * If unspecified, the default is 7bit.

  15   * Possible meaningful options are: "8bit" (older style), "7bit" (preferred), and "quoted-printable".

  16   *

  17   * To use 7bit, simply delete this file, or change the following to 7bit:

  18   */
  19    define('EMAIL_ENCODING_METHOD', '8bit');
  20  ?>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics