Updated CMS:

Extract email service as a library.
Updated modules to use the email library.
Fixed compilation issue with database_connection_null.e
This commit is contained in:
jvelilla
2015-06-24 11:17:17 -03:00
parent fa5efede2c
commit 7c0032ada4
6 changed files with 23 additions and 4 deletions
+20
View File
@@ -0,0 +1,20 @@
note
description: "Basic Email Service customized for cms site"
author: ""
date: "$Date: 2015-01-16 07:17:14 -0300 (vi. 16 de ene. de 2015) $"
revision: "$Revision: 96467 $"
deferred class
EMAIL_SERVICE_PARAMETERS
feature -- Access
smtp_server: IMMUTABLE_STRING_8
deferred
end
admin_email: IMMUTABLE_STRING_8
deferred
end
end