|
It is possible to set up email notifications.
The documentation has yet to be completed, but a decription of the functionality was included in some past release notes. Have a look here:
http://agiletrack.net/forums/4023/topics/393
If you have any more questions about it or need any help, let me know.
I've added
[SMTP]
smtp-host = dev.cms.ru
smtp-user = myuser
smtp-password = mypass
to agiletrack.conf
created template:
Name: Comment
Subject: Comment added to ${NAME}
Body:
${ISSUE_NAME}
${ISSUE_DESCRIPTION}
${PROJECT_NAME}
${DESCRIPTION}
${ID}
${TYPE}
${COMMENT}
and associated it with all types and all events.
But I see no smtp activity.
What's wrong?
Here are some things I can think of to look for:
- It sounds like you've enabled email notification under the System Configuration.
- It also sounds like you've created a message template.
- Users must subscribe to particular records to receive the notifications—there is a Subscribe button at the top of the issue view.
- Perhaps there's another error occurring and a stack trace is getting logged. Check the agiletrack.log file on the server.
- To see if notification messages are being enqueued, check the "notifications" table in the database. If it's empty, then no subscriptions are being processed.
I hope that is enough to figure out the problem. Let me know if it still doesn't work.