I'm new to alfresco. I installed the community edition 4.2d on Windows 2008 R2. I've done the defaul installation. My goal is to receive an email when some content is upload in a folder, so i setup the outbound STMP, following the instructions in wiki. I set SMTP outobound mail modifing the alfresco-global.properties My SMTP server (LOTUS DOMINO) allowing relay and i've no problem to send and receive mail.
Then i add a rule to my folder: the rule i applied to all document auload and use the send mail action. I try to set the mail action with template and without template. The destination address is correctly setup in user profile, and used in mail action. I assume that the outbound SMTP session is working because: 1 - The firtmessage on bootstrap is arriving when alfresco service start 2 - The invitation message arrive to correct users mailbox.
But nothing is send to mail server when upload content ….. Where is tbe error? There is no error on SMTP server, i can send and relay any message.
I attach my config; the last two section below are added for INBOUND and OUTBOUD parameters. Nothing is modify inside extesions XML parameter files; i modify only alfresco-global.properties file
. This is my config:
############################### ## Common Alfresco Properties # ###############################
# A comma separated list of email REGEX patterns of allowed senders. # If there are any valuesin the list then allsender email addresses # must match. For example: # .*\@alfresco\.com, .*\@alfresco\.org # Allow anyone: #————- email.server.allowed.senders=.*\@pasello\.com, .*\@cms\.pasello\.com
I receive testmessage on startup and correct notification for users activity.
The rule is set up with:
Description: Send EMAIL Active Execute in background
When: All the elements are created or inserted in folder If all criteria are met: All the elements Perform action: Send e-mail with the subject 'TEST MESSAGE' to the specified recipients
But nothing is send to the mail server When upload content ….. may be an error? There is no error on SMTP server, i can send and relay any message.