| Server IP : 121.121.20.254 / Your IP : 216.73.217.51 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/wst2024/wp-content/plugins/smtp2go/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./smtp2go</directory>
</include>
</coverage>
<php>
<const name="SMTP2GO_API_KEY" value="api-XXX"/>
<const name="SMTP2GO_TEST_RECIPIENT" value="Name <Name+recipient@yourdomain.com>"/>
<const name="SMTP2GO_TEST_RECIPIENT_NAME" value="Name"/>
<const name="SMTP2GO_TEST_RECIPIENT_EMAIL" value="Name+recipient@yourdomain.com"/>
<const name="SMTP2GO_TEST_SENDER" value="Automated Test Sender <Name+sender@yourdomain.com>"/>
<const name="SMTP2GO_TEST_SENDER_NAME" value="Automated Test Sender"/>
<const name="SMTP2GO_TEST_SENDER_EMAIL" value="Name+sender@yourdomain.com"/>
</php>
</phpunit>