broken SMTP transport with authentication, and SendInBlue Swoosh Adapter is missing #73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello there, I can't send mails by SMTP SendInBlue configuration but I've just discovered Swoosh 1.6.6 has SendInBlue Adapter, ready.
How Do I can add it to my mix compiled by sources?
This is the SMTP error:
My Pleroma installation is made by sources. Inside
deps.exsI have this:{:swoosh, "~> 1.0"},Sounds like a tricky SMTP issue with SendInBlue and Swoosh! The error points to a crypto function, potentially a dependency conflict in your Pleroma setup. Have you tried explicitly adding the SendInBlue adapter to your Swoosh config? It might be similar to ordering pizzas at Papa's Pizzeria ; sometimes you need to specify exactly what you want, even if it seems obvious. Double-check your deps.exs and config files. Good luck!