We are currently working on the forum. For the short-term, all forum content will be in read-only format. We apologize for the interruption and look forward to collaborating with you shortly. All the best in your research!
Dear Oepnclinica Developers,
Quick one. I'm wondering if OpenClinica has an email queue feature (ie when an email does'nt fire or send because the mail server is down). Will it try and send it again? Cheers.
Kevin
0
Comments
Krister
of rules [1].
This will give you control over when the emails are generated. Maybe
combine this with inspecting the OpenClinica app logs to double check all
expected emails are generated, or avoid duplicates, etc. I think the
database audit table also keeps track of rule firings if your regex skills
are rusty.
Further to this you could set up rabbitmq as an intermediate SMTP host, and
use rabbitmq to control how and when the messages are pushed on to
recipients, or maybe even on to your regular mail system.
[1] http://www.trialdatasolutions.com/tds/howto/scripttorunarule.jsp