Send mail via VB Script and Telnet

VB Script:

Option explicit
Dim oShell
set oShell= Wscript.CreateObject(“WScript.Shell”)
oShell.Run “telnet”
WScript.Sleep 1000
oShell.Sendkeys “open mail.server 25~”
WScript.Sleep 1000
oShell.Sendkeys “helo test~”
WScript.Sleep 500
oShell.Sendkeys “mail from:from@domain.com~”
WScript.Sleep 500
oShell.Sendkeys “rcpt to:to@domain.com~”
WScript.Sleep 500
oShell.Sendkeys “Data~”
WScript.Sleep 500
oShell.Sendkeys “Subject: Subject for the mail~”
oShell.Sendkeys “From: Sender~”
oShell.Sendkeys “TO: Reciver~”
oShell.Sendkeys “.~”
WScript.Sleep 5000
oShell.Sendkeys “quit~”
Wscript.Quit

Sticky Notes Keyboard Shortcut

Ctrl+B Bold text
Ctrl+I Italic text
Ctrl+T Strikethrough
Ctrl+U Underlined text
Ctrl+Shift+L Bulleted (press once) or Numbered (press twice) list
Ctrl+Shift+> Increased text size
Ctrl+Shift+< Decreased text size
Ctrl+A Select all
Ctrl+Shift+A Toggles all caps
Ctrl+L Left aligns text
Ctrl+R Right aligns text
Ctrl+E Centers text
Ctrl+Shift+L Small Alpha list (3rd), Capital Alpha list (4th), small roman (5th), Capital roman (6th)
Ctrl+Scroll Wheel Increase/Decrease text size
Ctrl+1 Single-space lines
Ctrl+2 Double-space lines
Ctrl+5 Set 1.5-line spacing
Ctrl+= Subscript
Ctrl+Shift++ Superscript
Ctrl+Z Undo
Ctrl+Y Redo
Ctrl+X Cut
Ctrl+C Copy
Ctrl+V Paste
Ctrl+N New sticky note