Jonathan
Are there any libraries that help with receiving email in an Elixir application?
I know there are many different libraries to handle sending mail, but are there anyones for handling receiving of emails ?, im looking to implement something similar to plans@tripit.com, that is i send an email to that address and tripit will parse it and do stuff.. is there a library like that ?
thanks in advance
Most Liked
rodrigues
Hi @Jonathan, you might wanna take a look at GitHub - gen-smtp/gen_smtp: The extensible Erlang SMTP client and server library. · GitHub
hauleth
maartenvanvliet
I wrote Receivex receivex | Hex that abstracts mail providers for receiving email. Right now Mailgun and Mandrill are supported.
The library is still pretty minimal but worked for me
Last Post!
gernotkogler
I stumbled upon that package on my quest for an email client. POP3 doesn’t cut it for me but thanks for the hint.
I didn’t give up on Mailroom and finally found a code snippet from the author in an issue ticket that fits perfectly for me.
I offered the author of Mailroom to contribute to the docs to make it clear how to use that package.
Popular in Questions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #hex
- #security









