Skip to content

Instantly share code, notes, and snippets.

@sonnykt
Created February 3, 2026 23:45
Show Gist options
  • Select an option

  • Save sonnykt/538ea5f67b44d98641f022c00533cb31 to your computer and use it in GitHub Desktop.

Select an option

Save sonnykt/538ea5f67b44d98641f022c00533cb31 to your computer and use it in GitHub Desktop.
Test Sendmail
$ cat /tmp/sendmail.txt
From: From-Name <email>
To: To-Name <email>
Subject: Test
Date: Mon, 03 Feb 2026 18:42:00 +0000

Test Content
$ sendmail -i -t -v < /tmp/sendmail.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment