Get SMS/Email from Your uTorrent Client When a Download Completes
This newly found ‘option’ keeps you informed about the status of your downloads. Always.
Bukisa.com published quite an interesting tutorial which file sharers will surely find useful. The post describes how to receive SMS notifications from your computer once uTorrent has finished downloading a file. It goes on further explaining how get notified via email if you’re using Blackberry, Android or iPhone.
Here’s an example on how this works:
eg. C:/Sendemail/Sendemail -t email@email.com -u test email -m hi, this is just a test email to learn how to use the program. -f fromemail@email.com -s smtp.gmail.com:587 -xu username -xp password
This command will send an email:
-t To: to email@email.com
-u Subject: test email
-m Message :hi, this is just a test email to learn how to use the program.
-f From: fromemail@email.com
-s SMTP server – in this case I used gmail and set the port. You can normally just use your ISPs smtp server without port, username or password.
-xu SMTP username if required
-xp SMTP password if required
After entering the command, you should receive your email shortly. If you have any problems, see the sendemail website listed above to troubleshoot commands.
Go here to read the entire tutorial so you can check out these possibilities for yourself.