Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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
- Created: 2024-06-04T20:45:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T19:08:02.000Z (about 2 months ago)
- Last Synced: 2024-10-10T03:41:25.814Z (29 days ago)
- Topics: powershell, powershell-script, smtp, smtp-checker
- Language: PowerShell
- Homepage:
- Size: 7.81 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.![image](https://github.com/user-attachments/assets/163a78fc-f1c0-4ac2-940c-332a510a16f7)
> [!IMPORTANT]
> Default values are set for gmail.> [!NOTE]
> You can use it directly with the following command.```powershell
iwr "caglaryalcin.com/smtp" -UseB | iex
```