Skip to content

Commit

Permalink
Update docs to smtps (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Zak <Jonathan.Zak@ibm.com>
  • Loading branch information
jonnyz32 and Jonathan Zak authored Jul 19, 2024
1 parent 8ade833 commit a98ded3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/config/dests.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ Some types have additional properties that they required.
| `stdout` | Write all data to standard out. | None. |
| `slack` | Send data to a Slack channel | * `webhook` <br> * `channel` <br> |
| `fluentd` | Sent data to FluentD | * `tag` <br> * `host` <br> * `port` <br> |
| `smtp` | Sent data via email | * `server` <br> * `subject` <br> * `to` <br> * `from` <br> |
| `smtps` | Sent data via email | * `server` <br> * `subject` <br> * `to` <br> * `from` <br> |
| `sentry` | Send data into Sentry | `dsn` |
| `twilio` | Send via SMS | * `sid` <br> * `token` <br> * `to` <br> * `from` |

### Example

```ini
[email_b]
type=smtp
type=smtps
format=Hey, check out this information!! \n\n$FILE_DATA$
server = my.smtpserver.com
subject = Testemail
Expand Down

0 comments on commit a98ded3

Please sign in to comment.