-
Notifications
You must be signed in to change notification settings - Fork 302
Expand file tree
/
Copy pathemail-to-case-simple.yml
More file actions
40 lines (37 loc) · 858 Bytes
/
email-to-case-simple.yml
File metadata and controls
40 lines (37 loc) · 858 Bytes
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
metadata:
title: E-mailing the interview
short title: E-mail
example start: 1
example end: 2
documentation: "https://docassemble.org/docs/background.html#email"
---
question: |
E-mailing to the interview
subquestion: |
When you press continue, you will be
provided with an e-mail address to
which you can send an email.
field: intro_seen
---
need: intro_seen
mandatory: true
question: |
E-mails sent to case
subquestion: |
Send an e-mail to
${ interview_email() }
and click Refresh.
Be patient, though. It takes a
few seconds for e-mails to travel
and be processed.
% for item in get_emails():
% if len(item.emails):
Subject lines of all e-mails sent
to ${ item.address }:
% for mail_item in item.emails:
* ${ mail_item.subject }
% endfor
% endif
% endfor
buttons:
- Refresh: refresh