Hi folks, can someone help me.i've configured mail notification and configured the alfresco.global.properties with all the parameter of smtp server/user.#
# Outbound Email Configuration
#————-
mail.host=mysmtphost
mail.port=25
mail.username=myuser
mail.password=mypassword
mail.encoding=UTF-8
mail.from.default=luca.bertellini@ge.com
mail.smtp.auth=true
the idea is to use my personal account as default user to send notification of document creationif i'm logging in alfresco explorer as admin (in the profile the email address is the same specified in mail.from.default) everything works wellbut if i'm logging with an other user (that have a different email address) Tomcat say that the client can't post messages.is not a matter of privileges, because if i'm assigning the same email address (luca.bertellini@ge.com) to the other user, he can send notificatin email.so seems that the "mail from" that alfresco is using is not the one specified into the properties file, but is using the "user profile" one.do i miss somenthing or is a bug of the application?thanksLuca