https://github.com/caglaryalcin/smtp-check
With this simple function you can verify your smtp information such as gmail etc.
https://github.com/caglaryalcin/smtp-check
powershell powershell-script smtp smtp-checker
Last synced: 5 months ago
JSON representation
With this simple function you can verify your smtp information such as gmail etc.
- Host: GitHub
- URL: https://github.com/caglaryalcin/smtp-check
- Owner: caglaryalcin
- License: mit
- Created: 2024-06-04T20:45:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T19:56:12.000Z (over 1 year ago)
- Last Synced: 2025-04-07T07:52:40.485Z (about 1 year ago)
- Topics: powershell, powershell-script, smtp, smtp-checker
- Language: PowerShell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SMTP Check
You can use this script for SMTP testing.

> [!IMPORTANT]
> Default values are set for gmail.
> [!NOTE]
> You can use it directly with the following command.
```powershell
iwr "caglaryalcin.com/smtp" -UseB | iex
```