cancel
Showing results for 
Search instead for 
Did you mean: 

Subject configure in version 5.0

édnei
Champ in-the-making
Champ in-the-making
Good morning community !.
I am struggling to configure the sending of emails.
The service is running fine however when the user receives the email, like subject appears:
Alfresco Share: You are invited to join the site XXXXXXXXX.

How do I change this.

Another point that I would take the same post is:

When a user accepts the invitation. The First Login for that user appears a panel of welcome, as I have disable it or customize?

Thank you all
3 REPLIES 3

prachi379
Champ on-the-rise
Champ on-the-rise
bump

How to customize email subject lines in community 5.0.a?

I read some of the posts on the forum and they are supposed to be set in the properties files at the path tomcat\webapps\alfresco\WEB-INF\classes\alfresco\messages\(invitation-service.properties, activities-service.properties, etc.). These files however are missing in 5.0. I searched for the text 'email.subject' in the tomcat folder files and it came back with zilch…are they packaged in one of the jar files?

Any help will be much appreciated…

Prachi

resplin
Elite Collaborator
Elite Collaborator
In 5.0, configuration files are now kept inside of the JARs. They can be overridden in the same way as before (outside of the JARs), but the default configs are distributed with the code that requires those defaults to function.

https://issues.alfresco.com/jira/browse/ALF-21120

resplin
Elite Collaborator
Elite Collaborator
It doesn't look like it is currently possible to customize the email subject line:

https://issues.alfresco.com/jira/browse/MNT-11587

Someone else in the forums explained how to disable the welcome dashlet:

https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/remove-welcome-da...

Good luck.