Skip to content

grkmsari/mail-config-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“§ Mail Config Finder (with PHPMailer)

This project is an open-source PHP tool to test various SMTP configurations using PHPMailer. It allows manual or automated testing of SMTP settings to identify working combinations.

✨ Features

  • Test SMTP settings manually
  • Automatically try common port + encryption combinations
  • Visual feedback for successful/failed attempts
  • Simple and user-friendly web interface

πŸš€ Quick Start

  1. Clone the repository:

    git clone https://github.com/grkmsari/mail-config-finder.git
    cd smtp-tester
  2. Install Composer dependencies:

    composer install
  3. Start the local server:

    php -S localhost:8000 -t public/
  4. Open in your browser:

    http://localhost:8000
    

πŸ§ͺ Usage Modes

βœ… Manual Mode

Enter SMTP details (host, port, username, password, encryption, etc.) manually and test the connection.

πŸ” Automatic Mode

Automatically tests common combinations of ports and encryption types:

  • Ports: 25, 465, 587, 2525
  • Encryption: ssl, tls, none

πŸ“ Project Structure

mail-config-finder/
β”œβ”€β”€ public/
β”‚   β”œβ”€β”€ index.html
β”‚   └── SmtpTester.php
β”œβ”€β”€ composer.json
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published