r4z4
Swoosh + SendGrid, do I need some external lib?
Hey all I just have a quick question on setting up Swoosh and the email confirmation. Am I supposed to be bringing in some external lib to use? There is a sendgrid package but it is pretty old and does not seem to be updated. Kind of seems like it is set up out of the box but it just doesn’t work.
Same account works flawlessly in Rust and cURL examples but with Elixir I get an {:ok, _id} response and nothing ever gets sent or no errors reported.
I did notice the difference of the docs having a domain: attribute and most examples I can come across missing it, but none of the other SDKs have it either so I am not sure that is it. I have tried it with both commented out and left in and with various domains too but still just get an ok response and nothing. Of course an error message would be nice but …
I am using a SendGrid account and adapter btw.
In runtime.exs:
config :ex_chaa, ExChaa.Mailer,
adapter: Swoosh.Adapters.Sendgrid,
api_key: System.get_env("SENDGRID_API_KEY")
# domain: System.get_env("SENDGRID_DOMAIN")
config :swoosh, :api_client, Swoosh.ApiClient.Finch
- the minimal alterations to
user_notifier.exsto have the emails match.
Just wondering if anyone has come across this or may have any ideas
Is there something else I need to do to have the Mailer ACTUALLY deliver?
Or if anyone has any suggestions for solutions that actually work or alternatives to Swoosh if that is the issue.
Thanks all!
First Post!
dimitarvp
I would be extremely surprised if SendGrid through Swoosh is not working.
- Have you made it work in dev env? (namely not through
runtime.exs) - Have you tried a different API client?
Last Post!
jswanner
Yeah, I have that in my runtime config
As for guides, I’m not sure of any official, comprehensive guides; there are lots of permutations of how it can be set up, depending on the email provider, and the API client (if needed).
The individual pieces have documentation: Swoosh.ApiClient.Finch — Swoosh v1.26.2 and Swoosh.Adapters.Sendgrid — Swoosh v1.26.2
Popular in Questions
Other popular topics
Latest Phoenix Threads
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









