| | |
| | | $rcmail_config['smtp_helo_host'] = ''; |
| | | |
| | | // SMTP connection timeout, in seconds. Default: 0 (no limit) |
| | | // Note: There's a known issue where using ssl connection with |
| | | // timeout > 0 causes connection errors (https://bugs.php.net/bug.php?id=54511) |
| | | $rcmail_config['smtp_timeout'] = 0; |
| | | |
| | | // ---------------------------------- |
| | |
| | | // 3 - Forwards and Replies only |
| | | $rcmail_config['show_sig'] = 1; |
| | | |
| | | // When replying or forwarding place sender's signature above existing message |
| | | $rcmail_config['sig_above'] = false; |
| | | |
| | | // Use MIME encoding (quoted-printable) for 8bit characters in message body |
| | | $rcmail_config['force_7bit'] = false; |
| | | |
| | |
| | | // Default font for composed HTML message. |
| | | // Supported values: Andale Mono, Arial, Arial Black, Book Antiqua, Courier New, |
| | | // Georgia, Helvetica, Impact, Tahoma, Terminal, Times New Roman, Trebuchet MS, Verdana |
| | | $rcmail_config['default_font'] = ''; |
| | | $rcmail_config['default_font'] = 'Verdana'; |
| | | |
| | | // end of config file |