Bit-breaker working in cybersecurity/IT. Only languages I know are English and Programming ones.

Sometimes I write things about technology.


If I told you the SHA256 for this sentence starts with 'c, 5, four, a, and a', would you believe me?

  • 0 Posts
  • 4 Comments
Joined 3 years ago
cake
Cake day: March 12th, 2022

help-circle

  • Yes, you can. Though as another commenter mentioned, doing it like you currently attempted to, is way too much of a hassle.

    That is, don’t try and negotiate your own SMTP session and content. Being POP_OS is Ubuntu based, you should be able to use the mail command from mailutils package

    echo "Is this working?" | mail -s "Subject" recipient@email-address.org

    Also might want to consider something like Apprise (Everything and the kitchen sink) or NTFY (Does one thing, does it well) for other types of notification methods.