<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Mutt &#8211; A Command Line Email Client to Send Mails from Terminal	</title>
	<atom:link href="https://www.tecmint.com/send-mail-from-command-line-using-mutt-command/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/send-mail-from-command-line-using-mutt-command/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 14 May 2024 06:27:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/send-mail-from-command-line-using-mutt-command/comment-page-1/#comment-2146792</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 13 Mar 2024 05:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4370#comment-2146792</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/send-mail-from-command-line-using-mutt-command/comment-page-1/#comment-2146782&quot;&gt;Anoop Kumar&lt;/a&gt;.

@Anoop,

Mutt supports various attachment types, including binary files and printable ASCII characters. However, the encoding method you choose can impact compatibility and ease of use. 

Here are a couple of suggestions:

&lt;strong&gt;1.&lt;/strong&gt; The &lt;code&gt;-a&lt;/code&gt; flat is used to attach files to an email, but if you are facing issues with Base64, you might consider explicitly specifying the encoding using the &lt;code&gt;-e&lt;/code&gt; flag.
&lt;pre&gt;
mutt -a file.txt -e &quot;application/octet-stream&quot;
&lt;/pre&gt;
&lt;strong&gt;2.&lt;/strong&gt; Since you mentioned that uuencode is working without difficulty, you can consider using it as an alternative encoding method for your attachments. Adjust your Mutt command accordingly:
&lt;pre&gt;
mutt -a file.txt -e &quot;application/octet-stream&quot; -- -x &#039;uuencode %s %s&#039;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/send-mail-from-command-line-using-mutt-command/comment-page-1/#comment-2146782">Anoop Kumar</a>.</p>
<p>@Anoop,</p>
<p>Mutt supports various attachment types, including binary files and printable ASCII characters. However, the encoding method you choose can impact compatibility and ease of use. </p>
<p>Here are a couple of suggestions:</p>
<p><strong>1.</strong> The <code>-a</code> flat is used to attach files to an email, but if you are facing issues with Base64, you might consider explicitly specifying the encoding using the <code>-e</code> flag.</p>
<pre>
mutt -a file.txt -e "application/octet-stream"
</pre>
<p><strong>2.</strong> Since you mentioned that uuencode is working without difficulty, you can consider using it as an alternative encoding method for your attachments. Adjust your Mutt command accordingly:</p>
<pre>
mutt -a file.txt -e "application/octet-stream" -- -x 'uuencode %s %s'
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anoop Kumar		</title>
		<link>https://www.tecmint.com/send-mail-from-command-line-using-mutt-command/comment-page-1/#comment-2146782</link>

		<dc:creator><![CDATA[Anoop Kumar]]></dc:creator>
		<pubDate>Wed, 13 Mar 2024 04:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4370#comment-2146782</guid>

					<description><![CDATA[Please help me with the attachment type supported in the mutt package.
&lt;pre&gt;
mutt -a 
&lt;/pre&gt;
viz. binary files, printable ASCII characters, or both. I am facing an issue with Base64, however with uuencode not facing any difficulty.

I have a constraint for not applying the BASE 64 package in my AIX machine.]]></description>
			<content:encoded><![CDATA[<p>Please help me with the attachment type supported in the mutt package.</p>
<pre>
mutt -a 
</pre>
<p>viz. binary files, printable ASCII characters, or both. I am facing an issue with Base64, however with uuencode not facing any difficulty.</p>
<p>I have a constraint for not applying the BASE 64 package in my AIX machine.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mg		</title>
		<link>https://www.tecmint.com/send-mail-from-command-line-using-mutt-command/comment-page-1/#comment-2023369</link>

		<dc:creator><![CDATA[mg]]></dc:creator>
		<pubDate>Wed, 07 Jun 2023 10:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4370#comment-2023369</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/send-mail-from-command-line-using-mutt-command/comment-page-1/#comment-1607090&quot;&gt;kenny&lt;/a&gt;.

No, the mutt email client will not work with two-factor authentication.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/send-mail-from-command-line-using-mutt-command/comment-page-1/#comment-1607090">kenny</a>.</p>
<p>No, the mutt email client will not work with two-factor authentication.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kenny		</title>
		<link>https://www.tecmint.com/send-mail-from-command-line-using-mutt-command/comment-page-1/#comment-1607090</link>

		<dc:creator><![CDATA[kenny]]></dc:creator>
		<pubDate>Tue, 12 Oct 2021 19:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4370#comment-1607090</guid>

					<description><![CDATA[Can this work with two factor authentication enabled in google mail?]]></description>
			<content:encoded><![CDATA[<p>Can this work with two factor authentication enabled in google mail?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pasindu		</title>
		<link>https://www.tecmint.com/send-mail-from-command-line-using-mutt-command/comment-page-1/#comment-1287508</link>

		<dc:creator><![CDATA[Pasindu]]></dc:creator>
		<pubDate>Tue, 12 Nov 2019 16:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4370#comment-1287508</guid>

					<description><![CDATA[Can we use this with Zimbra?]]></description>
			<content:encoded><![CDATA[<p>Can we use this with Zimbra?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
