We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93f864 commit acae03eCopy full SHA for acae03e
README.md
@@ -4,12 +4,25 @@
4
5
This plugin is for use with the AWS SES service.
6
7
+## Branches
8
+The following lists the supported branch to use based on your Moodle version.
9
-# Soon to come
10
+| Moodle version | Branch |
11
+|----------------|------------------|
12
+| Moodle 3.9+ | MOODLE_39_STABLE |
13
+
14
+## Installation
15
16
+```
17
+git clone [email protected]:catalyst/moodle-tool_emailutils.git admin/tool/emailutils
18
19
20
21
+## Soon to come
22
23
The complaints list (/admin/tool/emailutils/index.php) is not implemented yet.
24
-# Configuring AWS SES
25
+## Configuring AWS SES
26
27
AWS Simple Email Service (SES) creates Simple Notification Service (SNS) topics
28
for both bounces and complaints on each domain, a SNS topic is basically a
0 commit comments