<?php
require_once __DIR__ . '/core/SMTPServer.php';
$server = new SMTPServer();
$server->listen(25);