<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>ShellSend RSS: ShellSend Bad Examples</title>
<atom:link href="https://www.binaryfortress.com/ShellSend/Discussions/RSS/?TopicID=e766cb4e-bc8b-4952-a114-ff66876f6339" rel="self" type="application/rss+xml" />
<link>https://www.binaryfortress.com/ShellSend/Discussions/RSS/?TopicID=e766cb4e-bc8b-4952-a114-ff66876f6339</link>
<description>ShellSend RSS: ShellSend Bad Examples</description>
<lastBuildDate>Mon, 04 May 2026 01:12:26 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.binaryfortress.com/ShellSend/Discussions/RSS/?TopicID=e766cb4e-bc8b-4952-a114-ff66876f6339</generator>
<item>
<title>RE: ShellSend Bad Examples</title>
<link>https://www.binaryfortress.com/ShellSend/Discussions/View/shellsend-bad-examples/?ID=e766cb4e-bc8b-4952-a114-ff66876f6339#2</link>
<pubDate>Tue, 06 Apr 2010 16:10:32 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.binaryfortress.com/ShellSend/Discussions/View/shellsend-bad-examples/?ID=e766cb4e-bc8b-4952-a114-ff66876f6339#2</guid>
<category>ShellSend</category>
<description><![CDATA[Thanks for bringing that to my attention, I can't believe I missed that.  I have released a new build (version 1.2) that takes care of this:
http://www.binaryfortress.com/shellsend/
The new build comes with fixed command line examples, a license file and a instructions in a .txt file. Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for bringing that to my attention, I can't believe I missed that. <img src="https://www.binaryfortress.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /> I have released a new build (version 1.2) that takes care of this:<br/>
<a href="http://www.binaryfortress.com/shellsend/" target="_blank" rel="nofollow"><b>http://www.binaryfortress.com/shellsend/</b></a><br/>
<br/>
The new build comes with fixed command line examples, a license file and a instructions in a .txt file. Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>ShellSend Bad Examples</title>
<link>https://www.binaryfortress.com/ShellSend/Discussions/View/shellsend-bad-examples/?ID=e766cb4e-bc8b-4952-a114-ff66876f6339</link>
<pubDate>Fri, 02 Apr 2010 10:19:54 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.binaryfortress.com/ShellSend/Discussions/View/shellsend-bad-examples/?ID=e766cb4e-bc8b-4952-a114-ff66876f6339</guid>
<category>ShellSend</category>
<description><![CDATA[As far as I can see, your examples for shellsend are bad/broken
e.g.
[size=10pt][font=courier]shellsend.exe "user@host.com" "user@host.com" "smtp.gmail.com" "465" "1" "username@domain.com" "mypassword" "C:\File.txt"
This will send the contents of the file "C:\File.txt" to "user@host.com" throu...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
As far as I can see, your examples for shellsend are bad/broken<br/>
<br/>
e.g.<br/>
<br/>
[size=10pt][font=courier]shellsend.exe "user@host.com" "user@host.com" "smtp.gmail.com" "465" "1" "username@domain.com" "mypassword" "C:\File.txt"<br/>
This will send the contents of the file "C:\File.txt" to "user@host.com" through SMTP port 465 while using SSL and logging in as "username@domain.com" using the password "mypassword".<br/>
[/font][/size]<br/>
<br/>
that didn't work, but the following syntax did:<br/>
<br/>
shellsend.exe "user@host.com" "user@host.com" "smtp.gmail.com" "465" "1" "gmailusername" "gmailpassword" "subjectline" "C:\File.txt"<br/>
<br/>
- username@domain is not relevant to a gmail example like this, just put "username" please<br/>
- subjectline was missing, so the syntax as per your example fails.<br/>
<br/>
Maybe you could put a few more examples in also (but please check they work also !).<br/>
<br/>
Regards,<br/>
<br/>
Roy
</div>
]]></content:encoded>
</item>
</channel>
</rss>