You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Service_SMTP2Go/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,18 @@ Should look similar to this:
10
10
vars.txt - The variables used in the template and formatted for SMTP2Go
11
11
service.ps1 - The Powershell document to notify about, and automatically restart the service with notification
12
12
13
+
# Setup
14
+
- Create an SMTP2Go account and fulfil setup with verified Sender domain. [Get Started - SMTP2GO Documentation](https://support.smtp2go.com/hc/en-gb/articles/12747932085145-Getting-Started-with-SMTP2GO)
15
+
- Add Template to SMTP2Go using HTML from `index.html` in this repo. Note the "Template ID" [API Templates](https://support.smtp2go.com/hc/en-gb/articles/4402929434777-API-Templates)
16
+
- Set up an API Key [API Keys](https://support.smtp2go.com/hc/en-gb/articles/20733554340249-API-Keys)
17
+
- Clone this Repo or download `Service.ps1` and edit the script whith the appropriate information
18
+
- Monitored Service Name
19
+
- From Name and Email
20
+
- Recipient Email
21
+
- Reply-To Name eand Email (If applicable)
22
+
- API Key
23
+
- Template ID
24
+
Set script to run on a schedule using your preferred method
0 commit comments