From d35ca33a62beca76e441528f4f8b53466a0d6dc8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 11 Aug 2006 23:41:08 +0000 Subject: [PATCH] =?UTF-8?q?Possibilit=E9=20de=20configur=E9=20son=20propre?= =?UTF-8?q?=20serveur=20smtp=20pour=20l'envoi=20des=20mails=20depuis=20Dol?= =?UTF-8?q?ibarr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/data/data.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 72ef70d86f5..d256233fbc9 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -61,6 +61,9 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_NOT_INSTA insert into llx_const (name, value, type, note, visible) values ('MAIN_UPLOAD_DOC','1','chaine','Autorise l\'upload de documents',0); insert into llx_const (name, value, type, note, visible) values ('MAIN_MONNAIE','EUR','chaine','Monnaie',0); +insert into llx_const (name, value, type, note, visible) values ('MAIN_MAIL_SMTP_SERVER','','chaine','Host or ip address for SMTP server',1); +insert into llx_const (name, value, type, note, visible) values ('MAIN_MAIL_SMTP_PORT','','chaine','Port for SMTP server',1); + insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_COMPANY','1','yesno',0,'Show form for quick company search'); insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_CONTACT','1','yesno',0,'Show form for quick contact search');