From cb69299b9d59db0888e942025ae4915c6f32d066 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 29 Apr 2015 18:58:07 +0200 Subject: added libquickmail and email registration --- src/strusCms.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/strusCms.cpp') diff --git a/src/strusCms.cpp b/src/strusCms.cpp index e5792ec..137a209 100644 --- a/src/strusCms.cpp +++ b/src/strusCms.cpp @@ -10,7 +10,13 @@ strusCms::strusCms( cppcms::service &srv ) : cppcms::application( srv ), intro( *this ), user( *this ), - conn( settings( ).get( "strusCms.db_connection" ) ) + conn( settings( ).get( "strusCms.db_connection" ) ), + mail( settings( ).get( "strusCms.mail.server" ), + settings( ).get( "strusCms.mail.port" ), + settings( ).get( "strusCms.mail.username" ), + settings( ).get( "strusCms.mail.password" ), + settings( ).get( "strusCms.mail.from" ) + ) { locale_name = "en"; script = settings( ).get( "strusCms.script" ); -- cgit v1.2.3-54-g00ecf