Author: ilgrosso
Date: Tue Dec 31 10:13:43 2013
New Revision: 1554394
URL: http://svn.apache.org/r1554394
Log:
SMTP host is not available any more via SyncopeConf
Modified:
syncope/trunk/core/src/main/resources/mailTemplates/optin.html.vm
syncope/trunk/core/src/main/resources/mailTemplates/optin.txt.vm
Modified: syncope/trunk/core/src/main/resources/mailTemplates/optin.html.vm
URL:
http://svn.apache.org/viewvc/syncope/trunk/core/src/main/resources/mailTemplates/optin.html.vm?rev=1554394&r1=1554393&r2=1554394&view=diff
==============================================================================
--- syncope/trunk/core/src/main/resources/mailTemplates/optin.html.vm (original)
+++ syncope/trunk/core/src/main/resources/mailTemplates/optin.html.vm Tue Dec
31 10:13:43 2013
@@ -50,7 +50,5 @@ You have been provided with the followin
#end
</ul>
#end
-
-SMPT HOST is $syncopeConf.get("smtp.host").
</body>
-</html>
\ No newline at end of file
+</html>
Modified: syncope/trunk/core/src/main/resources/mailTemplates/optin.txt.vm
URL:
http://svn.apache.org/viewvc/syncope/trunk/core/src/main/resources/mailTemplates/optin.txt.vm?rev=1554394&r1=1554393&r2=1554394&view=diff
==============================================================================
--- syncope/trunk/core/src/main/resources/mailTemplates/optin.txt.vm (original)
+++ syncope/trunk/core/src/main/resources/mailTemplates/optin.txt.vm Tue Dec 31
10:13:43 2013
@@ -30,5 +30,3 @@ You have been provided with the followin
* $membership.roleName
#end
#end
-
-SMPT HOST is $syncopeConf.get("smtp.host").
\ No newline at end of file