--------------------------------------------
ShellSend by Binary Fortress Software
--------------------------------------------

ShellSend takes a file and emails the file contents to the specified email address.
ShellSend requires .NET 4.8 or higher to run.


--------------------------------------------
Command Line Usage
--------------------------------------------

shellsend.exe [to address] [from address] [mailserver] [mailserver port] [use SSL (0 or 1)] [username] [password] [email subject] [body-filename] [optional perfix-body-text] [optional attachment-filename]


--------------------------------------------
Examples
--------------------------------------------
		
shellsend.exe "to@host.com" "from@host.com" "smtp.server.com" 25 0 "" "" "My File" "C:\File.txt" "" ""
	This will send the contents of the file "C:\File.txt" to "to@host.com" through SMTP port 25 without using SSL or SMTP authentication.
	
shellsend.exe "to@host.com" "from@host.com" "smtp.server.com" 25 0 "" "" "My File" "" "My body!" "C:\File.txt"
	This will attach the file "C:\File.txt" and send to "to@host.com" through SMTP port 25 without using SSL or SMTP authentication.
	
shellsend.exe "to@host.com" "from@host.com" "smtp.server.com" 465 1 "username@domain.com" "mypassword" "My File" "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".
	
shellsend.exe "to@host.com" "from@host.com" "smtp.server.com" 465 1 "username@domain.com" "mypassword" "My File" "" "This is my body message!" ""
	This will send the text "This is my body message!" (with no file) to "user@host.com" through SMTP port 465 while using SSL and logging in as "username@domain.com" using the password "mypassword".
		
If you specify a Username then ShellSend will attempt to use SMTP Authentication.  Leave the Username parameter blank to not authenticate.
To specify a blank setting just use 2 quotes: ""


--------------------------------------------
Support
--------------------------------------------
If you need any help, please check out the Support Forum,
which can be found at "http://www.binaryfortress.com/ShellSend/Discussions/".


--------------------------------------------
Binary Fortress Software
https://www.binaryfortress.com
--------------------------------------------