Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
roysubs
1 discussion post
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" through SMTP port 465 while using SSL and logging in as "username@domain.com" using the password "mypassword".
[/font][/size]

that didn't work, but the following syntax did:

shellsend.exe "user@host.com" "user@host.com" "smtp.gmail.com" "465" "1" "gmailusername" "gmailpassword" "subjectline" "C:\File.txt"

- username@domain is not relevant to a gmail example like this, just put "username" please
- subjectline was missing, so the syntax as per your example fails.

Maybe you could put a few more examples in also (but please check they work also !).

Regards,

Roy
Apr 2, 2010  • #1
Jon Tackabury (BFS)'s profile on WallpaperFusion.com
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!
Apr 6, 2010  • #2
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)