Bug 8000: Redirect all emails to SendAllEmailsTo
[koha.git] / installer / data / mysql / atomicupdate / Bug8000-SendAllEmailsTo.syspref.sql
1 INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type)
2 VALUES ('SendAllEmailsTo','',NULL,'All emails will be redirected to this email if it is not empty','free');