diff --git a/docs/README.md b/docs/README.md index 2fd708e..e5bfb70 100644 --- a/docs/README.md +++ b/docs/README.md @@ -35,7 +35,7 @@ Many other destinations will be available. Examples include: - [AWS Simple Email Service (SES)](https://aws.amazon.com/ses/) ⏳ - [AWS Simple Notification System (SNS)](https://aws.amazon.com/sns/) ⏳ - [ElasticSearch](http://elastic.co) ⏳ -- Email (SMTP) ✅ +- Email (SMTPS) ✅ - [FluentD](http://fluentd.org) ✅ - [Google Drive](http://drive.google.com) ⏳ - [Google Mail (gmail)](http://gmail.com) ⏳ diff --git a/docs/config/dests.md b/docs/config/dests.md index 479185e..6ea72aa 100644 --- a/docs/config/dests.md +++ b/docs/config/dests.md @@ -24,7 +24,7 @@ Some types have additional properties that they required. | `stdout` | Write all data to standard out. | None. | | `slack` | Send data to a Slack channel | * `webhook`
* `channel`
| | `fluentd` | Sent data to FluentD | * `tag`
* `host`
* `port`
| -| `smtp` | Sent data via email | * `server`
* `subject`
* `to`
* `from`
| +| `smtps` | Sent data via email | * `server`
* `subject`
* `to`
* `from`
| | `sentry` | Send data into Sentry | `dsn` | | `twilio` | Send via SMS | * `sid`
* `token`
* `to`
* `from` | @@ -32,7 +32,7 @@ Some types have additional properties that they required. ```ini [email_b] -type=smtp +type=smtps format=Hey, check out this information!! \n\n$FILE_DATA$ server = my.smtpserver.com subject = Testemail