Source for file login.php
Documentation is available at login.php
require_once('Net/Vpopmaild.php');
// The host, port, and timeout below are the defaults and can be omitted
$vpop->connect ('localhost', '89', '30');
echo 'Error connecting to vpopmaild: ' . $e->getMessage ();
// If we get here, authenticate
if (!$vpop->authenticate ('user@example.com', 'password')) {
echo "Error: login failed";
Documentation generated on Mon, 11 Mar 2019 15:19:57 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|