PHP 8.2.30
Preview: auth.phpt Size: 545 B
/proc/thread-self/root/opt/cloudlinux/alt-php81/root/usr/share/pear/test/Net_SMTP/tests/auth.phpt

--TEST--
Net_SMTP: SMTP Authentication
--SKIPIF--
<?php if (!@include('config.php')) die("skip\n");
--FILE--
<?php

require_once 'Net/SMTP.php';
require_once 'config.php';

if (! ($smtp = new Net_SMTP(TEST_HOSTNAME, TEST_PORT, TEST_LOCALHOST))) {
	die("Unable to instantiate Net_SMTP object\n");
}

if (PEAR::isError($e = $smtp->connect())) {
	die($e->getMessage() . "\n");
}

if (PEAR::isError($e = $smtp->auth(TEST_AUTH_USER, TEST_AUTH_PASS))) {
	die("Authentication failure\n");
}

$smtp->disconnect();

echo 'Success!';

--EXPECT--
Success!

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
545 B lrw-r--r-- 2021-12-02 08:42:45
Edit Download
942 B lrw-r--r-- 2021-12-02 08:42:45
Edit Download
488 B lrw-r--r-- 2021-12-02 08:42:45
Edit Download
1.90 KB lrw-r--r-- 2021-12-02 08:42:45
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).