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: README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
# Seq Mail Apps[](https://ci.appveyor.com/project/datalust/seq-app-mail/branch/dev)
1
+
# Seq Mail Apps
2
2
3
3
This repository contains the Seq output apps for various email services, built on a shared email templating system.
|[`Seq.App.Mail.AmazonSes`](https://nuget.org/packages/seq.app.mail.amazonses)| Send email using the Amazon Simple Email Service (SES) API. |
7
8
|[`Seq.App.Mail.Microsoft365`](https://nuget.org/packages/seq.app.mail.microsoft365)| Send email through Microsoft 365 using the Microsoft Graph API. |
8
9
|[`Seq.App.Mail.Smtp`](https://nuget.org/packages/seq.app.mail.smtp)| Send email using the SMTP protocol. |
9
10
10
11
> Need to send email using a protocol or API not listed here? Let us know!
11
12
12
-
13
13
## Getting started
14
14
15
15
Install the app under _Settings > Apps_, using one of the package ids from the table above.
@@ -30,9 +30,16 @@ When starting an instance of the app in Seq, the following parameters can be sup
30
30
|**Body**| The email body. | Yes | See `src/Seq.Mail/Resources`|
31
31
|**Body is plain text**| If checked, the body template will be interpreted as plain text, rather than HTML. |||
0 commit comments