diff --git a/draft/application/cms/src/notification/cms_email.e b/draft/application/cms/src/notification/cms_email.e new file mode 100644 index 00000000..4f2a8905 --- /dev/null +++ b/draft/application/cms/src/notification/cms_email.e @@ -0,0 +1,18 @@ +note + description : "[ + Component representing an email for the CMS + ]" + author : "$Author$" + date : "$Date$" + revision : "$Revision$" + +class + CMS_EMAIL + +inherit + NOTIFICATION_EMAIL + +create + make + +end