Changeset 1464

Show
Ignore:
Timestamp:
07/12/05 17:15:52 (3 years ago)
Author:
madcat
Message:

e-mail notification plugin; sends email to specified address on download completitions.
Configuration (config.ini)

[MailNotify?]
Server=ip_address_of_mailserver
From=senders_mail_address
To=where_to_send_it

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/configure.ac

    r1419 r1464  
    232232case $with_http in yes) build_modules="$build_modules http";; esac 
    233233case $with_cgcomm in yes) build_modules="$build_modules cgcomm";; esac 
     234case $with_mailnotify in yes) build_modules="$build_modules mailnotify";; esac 
    234235 
    235236builtin=`echo $builtin | sed 's/,/\ /'` # Replace commas with spaces 
     
    249250                cgcomm) AC_SUBST(cgcomm_cpp, [-DBUILT_IN]);; 
    250251                http) AC_SUBST(http_cpp, [-DBUILT_IN]);; 
     252                mailnotify) AC_SUBST(mailnotify_cpp, [-DBUILT_IN]);; 
    251253        esac 
    252254        builtin_flag=built-in.o 
     
    267269                modules/hnsh/Makefile 
    268270                modules/minimal/Makefile 
     271                modules/mailnotify/Makefile 
    269272                zlib/Makefile 
    270273                src/Makefile