Skip to content

Commit 041bf32

Browse files
Added Setup Instructions
1 parent 61bd3c9 commit 041bf32

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Service_SMTP2Go/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ Should look similar to this:
1010
vars.txt - The variables used in the template and formatted for SMTP2Go
1111
service.ps1 - The Powershell document to notify about, and automatically restart the service with notification
1212

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
1325

1426
# Original E-mail Template is from:
1527
https://github.com/leemunroe/responsive-html-email-template

0 commit comments

Comments
 (0)