Skip to content

Commit

Permalink
hookup.email is using gen_smtp (#333)
Browse files Browse the repository at this point in the history
add hookup.email service to "who is using it" section
  • Loading branch information
glaszig committed Feb 6, 2024
1 parent ac4f8ba commit 15e969d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ thousand emails without leaking any RAM or crashing the erlang virtual machine.
+ [Chicago Boss](http://www.chicagoboss.org/) uses gen_smtp for its mail API.
+ [Gmailbox](https://www.gmailbox.org) uses gen_smtp to provide a free email forwarding service.
+ [JOSHMARTIN GmbH](https://joshmartin.ch/) uses gen_smtp to send emails in [Hygeia](https://covid19-tracing.ch/) to send emails for contact tracing of SARS-CoV-2.
+ [hookup.email](https://hookup.email) uses gen_smtp to receive and parse emails the service forwards to webhooks, APIs, or any other HTTP application.
+ many libraries [depend on gen_smtp](https://hex.pm/packages/gen_smtp) according to hex.pm

If you'd like to share your usage of gen_smtp, please submit a PR to this `README.md`.
Expand Down

0 comments on commit 15e969d

Please sign in to comment.