[Topic] email notifications

Is it possible to set up email notifications?

—Posted by Alex Kuklin on Jun 18, 2007

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.

—Posted by Adam Lane on Jun 19, 2007 at 7:04:47 AM

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?

—Posted by Alex Kuklin on Jul 27, 2007 at 3:14:38 AM

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.

—Posted by Adam Lane on Aug 5, 2007 at 10:24:38 PM


You may post a reply to this topic, but you must be logged in. If you already have an account, you may login now. If you need to create an account, you may also register now.