Hey,
I am using System email templates, and in the APS docs it says I have to change email.base.url, so mails would have the correct link to their tasks, or whatever. Example: http://192.168.1.24:8090/activiti-app/workflow/#/task/37506, but all I get, after configuring is: http://localhost:8080/workflow/#/task/37506
What to do?
Thanks.
Alfresco Process Services 1.8
#
# EMAIL
#
email.enabled=true
email.host=mail.t-com.me
email.port=99
email.useCredentials=true
email.username=*mail address is correct*
email.password=*password is correct*
email.base.url=http://192.168.1.24:8090/activiti-app
email.from.default=no-reply@alfresco.com
email.from.default.name=Alfresco Process Services
email.feedback.default=activiti@alfresco.com
Solved! Go to Solution.
Reason why this happened is because activiti-app.properties in '.../tomcat/lib' had, for some reason already defined email.base.url=localhost:8080, somewhere in the bottom of the page. Commenting that out fixed it.
Are you really using APS? I see in your post that you say Alfresco Enterprise 5.2.3. If you're using Alfresco Content Services, there are different settings that you use for notifications (see Outbound SMTP configuration properties | Alfresco Documentation ). I've got an example that works for APS that you can see on a recent blog post I did (see https://www.ziaconsulting.com/developer-help/using-docker-alfresco-process-services/ ).
Oops, my mistake. It's APS 1.8.1
Anyway, I have already seen your tutorial and it's exactly what I had expected I had had to do. But still, when I get the notification email, it lead me to localhost:8080
I will try later with a gmail account.
Reason why this happened is because activiti-app.properties in '.../tomcat/lib' had, for some reason already defined email.base.url=localhost:8080, somewhere in the bottom of the page. Commenting that out fixed it.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.