-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdelegate_sponsor.mjml
More file actions
71 lines (64 loc) · 4.96 KB
/
delegate_sponsor.mjml
File metadata and controls
71 lines (64 loc) · 4.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<mjml>
<mj-head>
<mj-html-attributes>
<mj-html-attribute class="easy-email" multiple-attributes="false" attribute-name="text-color" text-color="#000000"></mj-html-attribute>
<mj-html-attribute class="easy-email" multiple-attributes="false" attribute-name="font-family" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans','Helvetica Neue', sans-serif"></mj-html-attribute>
<mj-html-attribute class="easy-email" multiple-attributes="false" attribute-name="font-size" font-size="14px"></mj-html-attribute>
<mj-html-attribute class="easy-email" multiple-attributes="false" attribute-name="line-height" line-height="1.7"></mj-html-attribute>
<mj-html-attribute class="easy-email" multiple-attributes="false" attribute-name="font-weight" font-weight="400"></mj-html-attribute>
<mj-html-attribute class="easy-email" multiple-attributes="false" attribute-name="responsive" responsive="true"></mj-html-attribute>
</mj-html-attributes>
<mj-breakpoint width="480px" />
<mj-attributes>
<mj-text font-size="14px" />
<mj-text line-height="1.7" />
<mj-text font-weight="400" />
<mj-all font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans','Helvetica Neue', sans-serif" />
<mj-text font-size="14px" />
<mj-text color="#000000" />
<mj-text line-height="1.7" />
<mj-text font-weight="400" />
</mj-attributes>
</mj-head>
<mj-body background-color="#efeeea" width="600px">
<mj-wrapper padding="20px 0px 20px 0px" border="none" direction="ltr" text-align="center">
<mj-section background-repeat="repeat" background-size="auto" background-position="top center" border="none" direction="ltr" text-align="left" padding="0px 0px 0px 0px">
<mj-column border="none" vertical-align="top" padding="0px 0px 0px 0px">
<mj-image align="center" height="120px" src="https://fakeimg.pl/800x120?text=SOURSD" width="800px" padding="0px 0px 0px 0px"></mj-image>
</mj-column>
</mj-section>
</mj-wrapper>
<mj-section background-repeat="repeat" background-size="auto" background-position="top center" border="none" direction="ltr" text-align="left" padding="0px 0px 0px 0px">
<mj-column border="none" vertical-align="top" padding="0px 0px 0px 0px">
<mj-spacer height="20px"></mj-spacer>
</mj-column>
</mj-section>
<mj-wrapper border="none" direction="ltr" text-align="center" padding="20px 0px 20px 0px">
<mj-section background-repeat="repeat" background-size="auto" background-position="top center" border="none" direction="ltr" text-align="left" padding="0px 0px 0px 0px">
<mj-column border="none" vertical-align="top" padding="0px 0px 0px 0px">
<mj-text align="left" padding="10px 25px 10px 25px">[[organisation_delegates.first_name]] [[organisation_delegates.last_name]]<br/><br/>You've been selected as a delegate sponsor contact for the SOURSD system, on behalf of [[organisations.organisation_name]], and by [[organisations.lead_application_organisation_name]].
<div><br/></div>
Your role within [[organisations.organisation_name]] means you're ideally suited to verify
a recent researcher registration, as someone who is currently employed by [[organisations.organisation_name]]. We ask that you please confirm this to be true, by clicking the button below. That's all. The rest is automatic!
<div><br/></div>
<div>
Name: [[users.first_name]] [[users.last_name]]<br/>
Registered: [[users.created_at]]
</div><br/>
<div>Please note, that this verification is only valid for [[env(INVITE_TIME_HOURS)]] hour(s), after which, the linke below
will no longer work. Why? This is to maintain the integrity of the system. If you don't happen to get to this email in time, worry not! You can request
another by emailing [[env(SUPPORT_EMAIL)]].<br/><br/>Thanks!<br/>SOURSD Team.<br/>
<div><br></div>
<div><br></div>
</div>
</mj-text>
</mj-column>
</mj-section>
<mj-section background-repeat="repeat" background-size="auto" background-position="top center" border="none" direction="ltr" text-align="left" padding="0px 0px 0px 0px">
<mj-column border="none" vertical-align="top" padding="0px 0px 0px 0px">
<mj-button align="center" background-color="#bd10e0" color="#ffffff" font-weight="normal" border-radius="3px" line-height="120%" target="_blank" vertical-align="middle" border="none" text-align="center" href="http://localhost:3000/organisations/delegate_verify/[[users.id]]/[[organisations.id]]/[[organisation_delegates.id]]" padding="10px 25px 10px 25px">I confirm that the named Researcher above is employed by [[organisations.organisation_name]]!</mj-button>
</mj-column>
</mj-section>
</mj-wrapper>
</mj-body>
</mjml>