diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-11-22 04:41:25 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-11-22 04:41:25 +0000 |
commit | 5de8aeafad74a35be113fd34917d66a5b10fce1e (patch) | |
tree | 56cb2caacdb76b74fbfbb21c07da340ac6830429 /install/config.sql | |
parent | f3db3ef388192e4f004e5c36524608e7e300cb47 (diff) |
feature 440: send mail to admin when comment is entered
git-svn-id: http://piwigo.org/svn/trunk@1617 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | install/config.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/config.sql b/install/config.sql index 22fcd428d..e68887ac9 100644 --- a/install/config.sql +++ b/install/config.sql @@ -26,3 +26,6 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('login_history',' INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_mail_as','','Send mail as param value for notification by mail'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_detailed_content','true','Send detailed content for notification by mail'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_complementary_mail_content','','Complementary mail content for notification by mail'); +INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_new_user','false','Send an email to the admin when a user registers'); +INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment','false','Send an email to the admin when a valid comment is entered'); +INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment_validation','false','Send an email to the admin when a comment requires validation');
\ No newline at end of file |