Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```