Skip to content

Commit 2158cde

Browse files
Add gcourier (#215)
1 parent 2a27a4d commit 2158cde

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
135135

136136
### Email
137137

138+
- [gcourier](https://github.com/gideongrinberg/gcourier) - [📚](https://hexdocs.pm/gcourier/) - Send emails from Gleam using SMTP
138139
- [gleam_sendgrid](https://github.com/lpil/gleam_sendgrid) - [📚](https://hexdocs.pm/gleam_sendgrid/) - Send emails from Gleam with SendGrid
139140
- [plunk](https://github.com/aosasona/plunk.gleam) - [📚](https://hexdocs.pm/plunk/) - A Gleam library to send emails, manage contacts etc. using the Plunk API
140141
- [zeptomail](https://github.com/lpil/zeptomail) - [📚](https://hexdocs.pm/zeptomail/) - A wrapper for ZeptoMail's transactional email API

packages/gcourier.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "gcourier"
2+
description = "Send emails from Gleam using SMTP"
3+
repo_url = "https://github.com/gideongrinberg/gcourier"
4+
category = "Email"

0 commit comments

Comments
 (0)