<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://129.151.190.5/index.php?action=history&amp;feed=atom&amp;title=OpenRIMS-RPM_-_Email_Notifications</id>
	<title>OpenRIMS-RPM - Email Notifications - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://129.151.190.5/index.php?action=history&amp;feed=atom&amp;title=OpenRIMS-RPM_-_Email_Notifications"/>
	<link rel="alternate" type="text/html" href="http://129.151.190.5/index.php?title=OpenRIMS-RPM_-_Email_Notifications&amp;action=history"/>
	<updated>2026-05-01T11:18:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>http://129.151.190.5/index.php?title=OpenRIMS-RPM_-_Email_Notifications&amp;diff=112&amp;oldid=prev</id>
		<title>Khoppenworth: Khoppenworth moved page OpenRIMS - Email Notifications to OpenRIMS-RPM - Email Notifications</title>
		<link rel="alternate" type="text/html" href="http://129.151.190.5/index.php?title=OpenRIMS-RPM_-_Email_Notifications&amp;diff=112&amp;oldid=prev"/>
		<updated>2023-08-14T20:21:00Z</updated>

		<summary type="html">&lt;p&gt;Khoppenworth moved page &lt;a href=&quot;/index.php/OpenRIMS_-_Email_Notifications&quot; class=&quot;mw-redirect&quot; title=&quot;OpenRIMS - Email Notifications&quot;&gt;OpenRIMS - Email Notifications&lt;/a&gt; to &lt;a href=&quot;/index.php/OpenRIMS-RPM_-_Email_Notifications&quot; title=&quot;OpenRIMS-RPM - Email Notifications&quot;&gt;OpenRIMS-RPM - Email Notifications&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 20:21, 14 August 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Khoppenworth</name></author>
	</entry>
	<entry>
		<id>http://129.151.190.5/index.php?title=OpenRIMS-RPM_-_Email_Notifications&amp;diff=86&amp;oldid=prev</id>
		<title>Khoppenworth: Created page with &quot;= Objective = The processing of an application usually takes a long time. An applicant is highly motivated to know the completion of critical steps of the application processing workflow ASAP. Pharmadex 2 provides applicants with a tracking service that allows pulling application processing information in real-time.  Despite this, it will be nice to implement an additional information service that push-out the tracking information using email. This kind of service is fam...&quot;</title>
		<link rel="alternate" type="text/html" href="http://129.151.190.5/index.php?title=OpenRIMS-RPM_-_Email_Notifications&amp;diff=86&amp;oldid=prev"/>
		<updated>2023-08-09T18:09:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Objective = The processing of an application usually takes a long time. An applicant is highly motivated to know the completion of critical steps of the application processing workflow ASAP. Pharmadex 2 provides applicants with a tracking service that allows pulling application processing information in real-time.  Despite this, it will be nice to implement an additional information service that push-out the tracking information using email. This kind of service is fam...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Objective =&lt;br /&gt;
The processing of an application usually takes a long time. An applicant is highly motivated to know the completion of critical steps of the application processing workflow ASAP. Pharmadex 2 provides applicants with a tracking service that allows pulling application processing information in real-time.&lt;br /&gt;
&lt;br /&gt;
Despite this, it will be nice to implement an additional information service that push-out the tracking information using email. This kind of service is familiar to most users, and thus relevant.&lt;br /&gt;
&lt;br /&gt;
= Pre-requisites =&lt;br /&gt;
1.      Supervisor credentials for the OpenRIMS instance&lt;br /&gt;
&lt;br /&gt;
2.      Access to OpenRIMS installation on the server&lt;br /&gt;
&lt;br /&gt;
= Steps =&lt;br /&gt;
1.      Create a Gmail user for the OpenRIMS installation&lt;br /&gt;
&lt;br /&gt;
2.      Assign this user to the OpenRIMS installation&lt;br /&gt;
&lt;br /&gt;
3.      Test the email service to ensure it works&lt;br /&gt;
&lt;br /&gt;
4.      Add calls to email service to the workflow configurations to push out the tracking information to applicants&lt;br /&gt;
&lt;br /&gt;
= Gmail user =&lt;br /&gt;
To send emails, OpenRIMS uses Google SMTP mail service. The connection parameters are pre-configured, except the Gmail username and password.&lt;br /&gt;
&lt;br /&gt;
For OpenRIMS mail service should be registered dedicated Gmail user. It shouldn’t be any real person. For this user should be assigned an application password.&lt;br /&gt;
&lt;br /&gt;
The description is here https://support.google.com/mail/answer/185833?hl=en&lt;br /&gt;
&lt;br /&gt;
= Assign the user to the OpenRIMS installation =&lt;br /&gt;
To assign the mail user to a OpenRIMS installation it is necessary to add two lines to the '''application.properties''' file (change to an your active gmail account credentials):&lt;br /&gt;
&lt;br /&gt;
'''spring.mail.username=openrimssystem@gmail.com'''&lt;br /&gt;
&lt;br /&gt;
'''spring.mail.password=squbqxqfbvnkrllf'''&lt;br /&gt;
&lt;br /&gt;
Figure 1 The application.properties file is in the same folder as the OpenRIMS. 1- Linux, 2- Windows&lt;br /&gt;
&lt;br /&gt;
= Test the email service =&lt;br /&gt;
For a supervisor user, OpenRIMS provides a test email feature. This feature sends a test email to the Supervisor currently logged in.&lt;br /&gt;
&lt;br /&gt;
Figure 2 Not successful test. A bad user name or application password or a Gmail user is not assigned yet&lt;br /&gt;
&lt;br /&gt;
Figure 3 Success. The email should be received shortly&lt;br /&gt;
&lt;br /&gt;
= Add the send mail feature to a workflow activity configuration =&lt;br /&gt;
Figure 4 Field &amp;quot;attention&amp;quot; in the workflow activity configuration manage email notifications after workflow step completion&lt;/div&gt;</summary>
		<author><name>Khoppenworth</name></author>
	</entry>
</feed>