| | |
| | | |
| | | ?> |
| | | |
| | | <h3>Check configured database settings</h3> |
| | | <h3>Check DB config</h3> |
| | | <?php |
| | | |
| | | $db_working = false; |
| | |
| | | |
| | | ?> |
| | | |
| | | <h3>Test SMTP settings</h3> |
| | | <h3>Test SMTP config</h3> |
| | | |
| | | <p> |
| | | Server: <?php echo $RCI->getprop('smtp_server', 'PHP mail()'); ?><br /> |
| | |
| | | |
| | | <?php |
| | | |
| | | if (isset($_POST['sendmail']) && !empty($_POST['_from']) && !empty($_POST['_to'])) { |
| | | if (isset($_POST['sendmail'])) { |
| | | |
| | | echo '<p>Trying to send email...<br />'; |
| | | |
| | |
| | | <p><input type="submit" name="sendmail" value="Send test mail" /></p> |
| | | |
| | | |
| | | <h3>Test IMAP configuration</h3> |
| | | <h3>Test IMAP config</h3> |
| | | |
| | | <?php |
| | | |