<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>email on Jblog</title><link>https://jblog.codevillains.com/tags/email/</link><description>Recent content in email on Jblog</description><generator>Hugo -- gohugo.io</generator><copyright>Copyright © 2022-2025 Jblog. All Rights Reserved.</copyright><lastBuildDate>Mon, 21 Dec 2020 00:00:00 +0100</lastBuildDate><atom:link href="https://jblog.codevillains.com/tags/email/index.xml" rel="self" type="application/rss+xml"/><item><title>Commandline Email</title><link>https://jblog.codevillains.com/cheat/commandline-email/</link><pubDate>Mon, 21 Dec 2020 00:00:00 +0100</pubDate><guid>https://jblog.codevillains.com/cheat/commandline-email/</guid><description><![CDATA[msmtp Send mail via commandline
 Configure it like arch wiki advises. Then just echo -e &quot;Subject: Hello\nI like you.&quot; | msmtp bob@example.com  Elaborate example:
printf &#34;To: ala@ela.com\nFrom: me@email.com\nSubject: Test \nThis is body.&#34; | msmtp ala@ela.com tempmail Bash client for 1secmail (temporary mail) Github.
# Generete new address tmpmail -g # Read last email (by default in w3m, you can specify --browser) tmpmail -r ]]></description></item></channel></rss>