Ignore:
Timestamp:
Nov 22, 2006, 5:41:25 AM (17 years ago)
Author:
rvelices
Message:

feature 440: send mail to admin when comment is entered

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r1584 r1617  
    2727INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_detailed_content','true','Send detailed content for notification by mail');
    2828INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_complementary_mail_content','','Complementary mail content for notification by mail');
     29INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_new_user','false','Send an email to the admin when a user registers');
     30INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment','false','Send an email to the admin when a valid comment is entered');
     31INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment_validation','false','Send an email to the admin when a comment requires validation');
Note: See TracChangeset for help on using the changeset viewer.