Skip to content

Instantly share code, notes, and snippets.

View UmeshPandit's full-sized avatar
💭
I may be slow to respond.

Umesh Pandit UmeshPandit

💭
I may be slow to respond.
View GitHub Profile
@UmeshPandit
UmeshPandit / Code-Power Shell to test SMTP or mail server
Last active March 31, 2020 06:42
Code-Power Shell to test SMTP or mail server
#Just change the $MailTo and you can copy/paste this into a Power shell window.
 
# Sender and Recipient Info
$MailFrom = "test@google.com.sg"
$MailTo = "pandit.umesh@outlook.com"
 
# Sender Credentials
$Username = "test@google.com.sg"
$Password = "%%%%%%%%7"