• About My website
  • Search

Amit Agarwal Linux Blog

send mail using telnet from script

2017-12-25 1 min read Bash

If you have no other option but to use telnet with authentication to send mail 🙂

( echo "ehlo"
sleep 1
auth login
sleep 1
$(echo username |base64)
sleep 1
$(echo password |base64)
sleep 1
mail from: from-address
sleep 1
rcpt to: recepient
sleep 1
data
sleep 1
subject: test 
test mail
. 

exit ) |telnet server port

Authentication Automation Bash Script Scripts Shell Script Sleep Telnet
Latest posts
  • Mobile_App_Mindmap
  • Check Price and Token Limits in ZapGPT with OpenAI Provider
  • How to Use AI to Create Commit Messages with ZapGPT
  • Working with Gzip Files in Linux: Seamless Integration with Popular Tools
  • Exploring AI Models with ZapGPT: A Simplified Approach
  • Don’t Enter Your Password Into That Website: A Rant You Need to Hear
  • How Vim Can Make a Hacker’s Life Easier with Macros and Registers
Categories
  • Linux (529)
  • Fedora (343)
  • Bash (215)
  • Uncategorized (191)
  • Learning (156)
  • Photo (76)
  • Vim Tips (37)
Social media
© 2018 - 2025 by Amit Agarwal - rss
Bilberry Hugo Theme