Do serwera WWW załaduj skrypt PHP , zmieniajac odpowiedno adres email:
w Windows dodaj skrypt, zmieniajac adres serwera:
Ustaw w uTorrnecie:
Enjoy !
cat finished.php
PHP:
<?php
$msg = $_GET['title'];
$headers = 'From: SkadLeciEmail@domena.com' . "\r\n";
mail('TwojAdresEmail@domena.com', 'uTorrent Finished Downloading',$msg, $headers);
echo $msg . '<br/>';
echo '<br/>';
echo "Email Sent Successfully";
?>
w Windows dodaj skrypt, zmieniajac adres serwera:
SendMailuTorrent.cmd
Kod:
@set torrent=%~1
@echo %torrent%
@set torrent=%torrent: =-%
@set torrent=%torrent:[=-%
@set torrent=%torrent:]=-%
@echo %torrent%
cmd /C curl http://TWOJSERERWER/finished.php?title="%torrent%"
@echo %1 >> "C:\Program Files\uTorrent\SendMail.log"
Ustaw w uTorrnecie:
Enjoy !