techno-express/mailreader

View on GitHub
decode/mailConfig.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
// Configure your MySQL database connection here
// Other PDO connections will probably work too
$db_host = 'localhost';
$db_user = 'ez_test';
$db_pass = 'ezTest';
$db_name = 'ez_test';
$db_port = '3306';
$db_charset = 'utf8';