using a name like John Zanchetta from the command line requires quotes, but using automator this breaks since $1 = John and $2 = Zanchetta
~/Library/Services/Send\ to.workflow/Contents/bin/sendto $1 $2
Not sure how to easily fix this, possibly remove the ability of users to enter usernames with spaces or simply add an underscore between them, such as John_Zanchetta