https://github.com/tox82/quick-smtp-tester
Single-file PHP SMTP tester with a clean interface. Test your SMTP server settings quickly and easily.
https://github.com/tox82/quick-smtp-tester
Last synced: about 1 year ago
JSON representation
Single-file PHP SMTP tester with a clean interface. Test your SMTP server settings quickly and easily.
- Host: GitHub
- URL: https://github.com/tox82/quick-smtp-tester
- Owner: ToX82
- License: gpl-3.0
- Created: 2024-12-15T11:14:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T11:45:48.000Z (over 1 year ago)
- Last Synced: 2025-02-10T09:42:10.507Z (over 1 year ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📧 Quick SMTP Tester
Quick SMTP Tester is a single-file PHP tool that helps you check if an email server (SMTP) works properly. It sends test emails and shows detailed messages to help fix problems, without needing extra libraries.
## What It Does
- Allows testing the configuration and functionality of any SMTP server for sending emails.
- Helps you solve any issues if something goes wrong.
- Easy to set up using a web page interface.
## What You Need
- PHP. It should work on everything from PHP 5.6 to 8.x
- OpenSSL extension enabled
- Access to an email server (SMTP)
## How to Set Up
- You can set everything up directly through the web interface—no need to edit the file manually.
## How to Use
- Upload test-smtp.php to your web server.
- Open the file in your web browser `http://yourserver.com/path/to/test-smtp.php`
- Enter the required SMTP settings in the form.
- Click "Test SMTP" to send a test email and see if everything works.
## What does it look like?

## Want to Help?
- Contributions are welcome! You can submit improvements or fix issues on the project’s repository.
## License
- This project is licensed under the GPL-v3 License. See the LICENSE file for more details.