Parameter integration
Usage: "Filemail Desktop"
-useremail username@youremail.com [REQUIRED] - your filemail username (email)
-userpassword yourpassword [REQUIRED] - your filemail password
-files "/file/2.jpg,/file/3.jpg,/backupfolder/" [REQUIRED]
Commaseparated list of file(s) and folder(s) you wish to send
Use " to ensure support for filenames/folders with space.
-to recipient@hotmail.com [optional] - Recipient. Separate several recipients with
-subject "Files from Jane" [optional] - Subject in email that is sent
-description "Hi John, here are the files!" [optional] - Message to recipient
-downloadlimit 30 [optional] - How many times the file(s) can be downloaded
-daysavailable 10 [optional] - How many days the file(s) are available
-password MyPass123 [optional] - Password required to access the download
-confirmation true [optional] - You will receive a receipt after the file(s) are sent/uploaded
-downloadnotification true [optional] - You will receive a receipt when file(s) downloaded
Simple example:
"Filemail Desktop" -useremail steve@hotmail.com -userpassword "Stevo_231" -files "/My Documents/Home/,/My Documents/profile.zip" -to
claire@yahoo.com
Example with all parameters:
"Filemail Desktop" -useremail steve@hotmail.com -userpassword "Stevo_231" -files "/My Documents/Home/,/My Documents/profile.zip" -to claire@yahoo.com -description "Hi Claire, here are the files you asked for!"
-subject "Files from Steve!" -downloadlimit 20 -daysavailable 10 -password "OurPassword" -confirmation true -downloadnotification true
XML integration
Usage: "Filemail Desktop"
-xml c:\filemailparameters003.xml - path to xml file
<?xml version='1.0' encoding='utf-8'?>
<FilemailDesktop
useremail="myemail@hotmail.com" userpassword="mypass12345"
downloadlimit="20"
daysavailable="10" password="OurPassword"
subject="Sending files with Filemail
Desktop - via XML!" confirmation="true"
downloadnotification="true">
<files>
<file path="c:\\testfile1.zip" />
<file path="c:\\movie2.mov" />
</files>
<recipients>
<recipient email="john@degree.no"
/>
<recipient
email="ted@cnn.com" />
</recipients>
<description>Hi John and Ted! Here are the
files!</description>
</FilemailDesktop>