├── .editorconfig ├── .gitignore ├── LICENSE.md ├── README.md ├── composer.json └── src └── SMTP.php /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Log1x/wp-smtp/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Log1x/wp-smtp/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Log1x/wp-smtp/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Log1x/wp-smtp/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Log1x/wp-smtp/HEAD/composer.json -------------------------------------------------------------------------------- /src/SMTP.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Log1x/wp-smtp/HEAD/src/SMTP.php --------------------------------------------------------------------------------