#What is the best Bamboo Adapter?

2 messages · Page 1 of 1 (latest)

turbid seal
#

I'm an industrial engineer that has been using elixir to automate some tasks. I've previously set up a mix project where I was able to send a series of text messages using the twillio API.

I'm trying to set up either swoosh or bamboo to send emails using my company's Google Workspace, but am having a difficult time getting up and running with either of the Gmail Adapters for swoosh and bamboo.

Should I look for another adapter? If so - which one is most recommended?

analog mango
#

my recommendation would be to use the SMTP adapter and follow one of the methods described here: https://support.google.com/a/answer/176600?hl=en
And I'd recommend using Swoosh over Bamboo as I think Swoosh is becoming the community standard (e.g. it's auto-included in new phoenix projects)