I am a developer in a shop that runs ActiveCollab as a project management tool. Activecollab sends out e-mail notifications when tickets are updated/completed/etc.
Right now, the page is "halted" until the e-mail is sent, which slows down our workflow as it takes 2-3 seconds on average to send out the mail. When trying to close several tickets at once (having a few tabs open), it gets really bad.
Is there any way to get the e-mails to be "queued up" or somehow otherwise set up the system so that the process isn't blocked while mail is sending? Please note that hacking the code isn't really an option... but i'm fine writing a "pass through" bash script. Also note that if a notification doesn't go out, it's not a big deal... I'm fine with losing one or two here and there if it speeds everything up.