define PLC_MAIL_FROM_ADDRESS
[tests.git] / system / config_default.py
index d38b622..82331d3 100644 (file)
@@ -504,6 +504,9 @@ def plc (options, index) :
             'PLC_SHORTNAME' : 'Tlab',
             'PLC_MAIL_ENABLED' : 'false',
             'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@inria.fr',
+            # in the real word, use root@host.domain
+            # like e.g. root@r2labapi.inria.fr
+            'PLC_MAIL_FROM_ADDRESS' : 'thierry.parmentelat@inria.fr',
             'PLC_DB_HOST' : 'deferred-myplc-hostname',
 #            'PLC_DB_PASSWORD' : 'mnbvcxzlkjhgfdsapoiuytrewq',
             'PLC_API_HOST' : 'deferred-myplc-hostname',