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 …
Another question I had along the way was if I needed a separate client for Swoosh if already using Finch? I did try it at one point but might have been affected by all the other weird issues this is having.
I get import errors when I add that to dev.exs, Is that meant to be used in runtime.exs?
That would make sense though and I thought that would be my missing piece. Seems strange to have to have two separate Finch clients.
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).