Skip to content
Back home
The home of William Rendell
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
  • Search
Back home
  • Search
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
Home » Technical » Computing » Sending Email via Telnet using auth login
Computing Technical

Sending Email via Telnet using auth login

by William Rendell|Published November 28, 2019

The username and password needs to be encoded and sent in BASE64
So if using username as the username it would become dXNlcm5hbWU= in BASE64 and a password of password would become cGFzc3dvcmQ= in BASE64

You can use this handy BASE64 encoding tool to do the encoding for you.

  • base64
  • email
  • Telnet

You may also like

Simple Backup Script
Published November 11, 2009

Simple Backup Script

This is a simple backup script using a batch file, it writes to a log file, sends the log file by email […]

Published October 20, 2010

Sending an email using mutt from the cli

Sometimes I have the need to send an email with an attachment directly from the console, to do this I use a […]

Batch file needs UAC
Published April 30, 2012

Batch file needs UAC

I have a few batch files that run on a schedule, I have found though that they are not running properly? If […]

Remove a folder in Linux
Published October 10, 2014

Remove a folder in Linux

This is the command to remove a folder/directory including its contents, use with caution as you wont get an “are you sure” […]

Post navigation

  • Previous post Mikrotik Script to calculate Average CPU Load & email notification
  • Back to post list
  • Next post Rubiks Cube

© 2026  – All rights reserved

Powered by WP – Designed with the Customizr Theme