...
Since I already made some fixes to it, I decided to put it on the wiki. Since there is no page for Events, I created a very rudimentary one:
http://www.amule.org/wiki/index.php/Events
...
I'm testing events but I could get it working on amuled CVS-20 February 2008, my code on amule.conf:
[UserEvents]
[UserEvents/DownloadCompleted]
CoreEnabled=1
CoreCommand=/bin/sh -c "echo -e \"Subject: Download complete \\n\\n File was: %NAME (size:%SIZE) Con hash: %HASH\" | esmtp <mail>"
GUIEnabled=0
GUICommand=
Please someboy see the problem?
I have testes too:
CoreCommand=echo -e \"Subject: Download complete \\n\\n File was: %NAME (size:%SIZE) Con hash: %HASH\" | esmtp <mail>
As wiki says but nothing works (I found error on log)
Thanks for replies.