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

Published March 19, 2019

Convert AD synced office 365, to cloud only

install “Microsoft Online Services Sign in Assistant for IT Professionals” Open Powershell (Admin) Enter the following commands… Install-Module MSOnline Install-Module AzureAD Import-Module […]

find large files in linux
Published November 27, 2009

find large files in linux

find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/

VMware Server on Centos
Published October 16, 2009

VMware Server on Centos

VMware server installation on CentOS: 1. Log in the server as ‘root’. It’s not best practice but for now it’s easier. 2. […]

Windows XP File Association fixes
Published July 17, 2009

Windows XP File Association fixes

I have found a great site if you are having trouble with file extensions. http://www.dougknox.com/xp/file_assoc.htm The files listed here are all ZIP […]

Post navigation

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

© 2025  – All rights reserved

Powered by WP – Designed with the Customizr Theme