You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this project dead / in need of forking? #219 is creating issues for a project and the fix is here #216 but nothing has moved it along in about 6 months.
The text was updated successfully, but these errors were encountered:
Honestly, it seems that you're right. If you look at the main bamboo project, there is about 1 release every 2 years.
In our org we moved on to Swoosh, an active project used by Phoenix and that works almost identically.
I have a lot of respect for the devs that worked hard on Bamboo, but it seems that it's not the right choice for us anymore.
If anyone's willing to try out an alternative SMTP adapter, there's Bamboo.Mua now.
Mix.install[:bamboo_mua,:castore]# this config is largely equivalent to the one at# https://github.com/fewlinesco/bamboo_smtp#installationconfig=[adapter: Bamboo.Mua,relay: "smtp.domain",port: 1025,auth: [username: "your.name",password: "pa55word"],]Application.put_env(:example,Mailer,config)defmoduleMailerdouseBamboo.Mailer,otp_app: :exampleendemail=Bamboo.Email.new_email(from: {"Mua","mua@your.hostname"},to: {"Receiver","receiver@mailhog.example"},subject: "how are you?",text_body: "I'm fine",html_body: "I'm <i>fine</i>")Mailer.deliver_now(email)
Is this project dead / in need of forking? #219 is creating issues for a project and the fix is here #216 but nothing has moved it along in about 6 months.
The text was updated successfully, but these errors were encountered: