<?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: How to sendemail from the command line using a Gmail account and others</title>
	<atom:link href="http://www.debianadmin.com/how-to-sendemail-from-the-command-line-using-a-gmail-account-and-others.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/how-to-sendemail-from-the-command-line-using-a-gmail-account-and-others.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Thu, 19 Nov 2009 13:24:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew</title>
		<link>http://www.debianadmin.com/how-to-sendemail-from-the-command-line-using-a-gmail-account-and-others.html/comment-page-1#comment-3852</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 19 Oct 2009 04:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=706#comment-3852</guid>
		<description>ERROR =&gt; Timeout while connecting to smtp.gmail.com:25  There was no response after 60 seconds.</description>
		<content:encoded><![CDATA[<p>ERROR =&gt; Timeout while connecting to smtp.gmail.com:25  There was no response after 60 seconds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rossdub</title>
		<link>http://www.debianadmin.com/how-to-sendemail-from-the-command-line-using-a-gmail-account-and-others.html/comment-page-1#comment-3087</link>
		<dc:creator>rossdub</dc:creator>
		<pubDate>Fri, 29 May 2009 01:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=706#comment-3087</guid>
		<description>I have an Etch server up and running, and followed the instructions here.  They worked perfectly, and the script executed successfully, but I am not receiving the email.  Perhaps there is a server or router configuration I am missing?  Here is the verbose output from my test email.  

&lt;code&gt;
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; Connecting to localhost:25
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; My IP address is: 127.0.0.1
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; evalSMTPresponse() - Found SMTP success code: 220
May 28 16:11:43 myprivateserver sendEmail[29676]: SUCCESS =&gt; Received: 	220 myprivateserver.launchmodem.com ESMTP Exim 4.63 Thu, 28 May 2009 16:11:43 -0400
May 28 16:11:43 myprivateserver sendEmail[29676]: INFO =&gt; Sending: 	EHLO myprivateserver.launchmodem.com
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; evalSMTPresponse() - Found SMTP success code: 250
May 28 16:11:43 myprivateserver sendEmail[29676]: SUCCESS =&gt; Received: 	250-myprivateserver.launchmodem.com Hello root at localhost [127.0.0.1], 250-SIZE 52428800, 250-PIPELINING, 250 HELP
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; The remote SMTP server does NOT support TLS :(
May 28 16:11:43 myprivateserver sendEmail[29676]: NOTICE =&gt; Authentication not supported by the remote SMTP server!
May 28 16:11:43 myprivateserver sendEmail[29676]: INFO =&gt; Sending: 	MAIL FROM:
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; evalSMTPresponse() - Found SMTP success code: 250
May 28 16:11:43 myprivateserver sendEmail[29676]: SUCCESS =&gt; Received: 	250 OK
May 28 16:11:43 myprivateserver sendEmail[29676]: INFO =&gt; Sending: 	RCPT TO:
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; evalSMTPresponse() - Found SMTP success code: 250
May 28 16:11:43 myprivateserver sendEmail[29676]: SUCCESS =&gt; Received: 	250 Accepted
May 28 16:11:43 myprivateserver sendEmail[29676]: INFO =&gt; Sending: 	DATA
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; evalSMTPresponse() - Found SMTP success code: 354
May 28 16:11:43 myprivateserver sendEmail[29676]: SUCCESS =&gt; Received: 	354 Enter message, ending with &quot;.&quot; on a line by itself
May 28 16:11:43 myprivateserver sendEmail[29676]: INFO =&gt; Sending message body
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; Sending the attachment [webFileCheckLog.txt]
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; evalSMTPresponse() - Found SMTP success code: 250
May 28 16:11:43 myprivateserver sendEmail[29676]: SUCCESS =&gt; Received: 	250 OK id=1M9lx1-0007if-EM
May 28 16:11:43 myprivateserver sendEmail[29676]: Email was sent successfully!  From:  To:  Subject: [test] Attachment(s): [webFileCheckLog.txt] Server: [localhost:25]
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I have an Etch server up and running, and followed the instructions here.  They worked perfectly, and the script executed successfully, but I am not receiving the email.  Perhaps there is a server or router configuration I am missing?  Here is the verbose output from my test email.  </p>
<p><code><br />
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; Connecting to localhost:25<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; My IP address is: 127.0.0.1<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; evalSMTPresponse() - Found SMTP success code: 220<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: SUCCESS =&gt; Received: 	220 myprivateserver.launchmodem.com ESMTP Exim 4.63 Thu, 28 May 2009 16:11:43 -0400<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: INFO =&gt; Sending: 	EHLO myprivateserver.launchmodem.com<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; evalSMTPresponse() - Found SMTP success code: 250<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: SUCCESS =&gt; Received: 	250-myprivateserver.launchmodem.com Hello root at localhost [127.0.0.1], 250-SIZE 52428800, 250-PIPELINING, 250 HELP<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; The remote SMTP server does NOT support TLS <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
May 28 16:11:43 myprivateserver sendEmail[29676]: NOTICE =&gt; Authentication not supported by the remote SMTP server!<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: INFO =&gt; Sending: 	MAIL FROM:<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; evalSMTPresponse() - Found SMTP success code: 250<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: SUCCESS =&gt; Received: 	250 OK<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: INFO =&gt; Sending: 	RCPT TO:<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; evalSMTPresponse() - Found SMTP success code: 250<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: SUCCESS =&gt; Received: 	250 Accepted<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: INFO =&gt; Sending: 	DATA<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; evalSMTPresponse() - Found SMTP success code: 354<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: SUCCESS =&gt; Received: 	354 Enter message, ending with "." on a line by itself<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: INFO =&gt; Sending message body<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; Sending the attachment [webFileCheckLog.txt]<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: DEBUG =&gt; evalSMTPresponse() - Found SMTP success code: 250<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: SUCCESS =&gt; Received: 	250 OK id=1M9lx1-0007if-EM<br />
May 28 16:11:43 myprivateserver sendEmail[29676]: Email was sent successfully!  From:  To:  Subject: [test] Attachment(s): [webFileCheckLog.txt] Server: [localhost:25]<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ridgeland</title>
		<link>http://www.debianadmin.com/how-to-sendemail-from-the-command-line-using-a-gmail-account-and-others.html/comment-page-1#comment-2631</link>
		<dc:creator>Ridgeland</dc:creator>
		<pubDate>Fri, 27 Mar 2009 15:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=706#comment-2631</guid>
		<description>Thank You.
I had tried this a year or two ago and gave up easily.  I am using Ubuntu 8.10, synaptics for sendemail then a hybrid of your &quot;Simple Email using Gmail account&quot; and &quot;Simple Email&quot;.  I&#039;m not using gmail but for a simple email I used fields -f -t -s -xu -xp -u -m
-s mail.mydomain.net</description>
		<content:encoded><![CDATA[<p>Thank You.<br />
I had tried this a year or two ago and gave up easily.  I am using Ubuntu 8.10, synaptics for sendemail then a hybrid of your &#8220;Simple Email using Gmail account&#8221; and &#8220;Simple Email&#8221;.  I&#8217;m not using gmail but for a simple email I used fields -f -t -s -xu -xp -u -m<br />
-s mail.mydomain.net</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca Bruno</title>
		<link>http://www.debianadmin.com/how-to-sendemail-from-the-command-line-using-a-gmail-account-and-others.html/comment-page-1#comment-2628</link>
		<dc:creator>Luca Bruno</dc:creator>
		<pubDate>Fri, 27 Mar 2009 09:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=706#comment-2628</guid>
		<description>Also see esmtp, it&#039;s compatible with sendmail.</description>
		<content:encoded><![CDATA[<p>Also see esmtp, it&#8217;s compatible with sendmail.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
