bamboo icon indicating copy to clipboard operation
bamboo copied to clipboard

Testable, composable, and adapter based Elixir email library for devs that love piping.

Results 56 bamboo issues
Sort by recently updated
recently updated
newest added

Apparently the SendGridAdapter was missing support for content_id or cid. This adds support with a check (same as the MandrillAdapter) if the image is inline to set it's disposition.

I want to implement DKIM in the config, But cannot find a proper document.

Looks for cid:… references in the html_body and replaces them with the local attachment url, if a match is found.

SendGrid supports customization of subscription tracking via the mail-send API call (see https://docs.sendgrid.com/api-reference/mail-send/mail-send#body). This PR allows access to configure these options similar to the existing click_tracking configuration.

I found out that PR #635 was merged to resolve this problem but a new release has not been made. Please, look into this because I'm currently dependent on the...

Hello, Sendgrid's v3 [mail send endpoint](https://docs.sendgrid.com/api-reference/mail-send/mail-send) supports `custom_args` at the root level, but bamboo's SendGridAdapter/Helper look like they only support it on the `personalization` level. Hoping to see something like...

Hi, my team was thinking about how we can implement instrumentations around Bamboo context and I thought about if we implement `:telemetry` app inside Bamboo, we can get all data...

contribution wanted

I tried it with version 2.1.0 and 2.2.0 but if I try sending emails using the LocalAdapter. The viewer is showing that there is an email, but it is always...

stale:discard

Hey there, I just started using this mail client, and it works like a charm! Thank you all for your hard work :) One thing that really surprised me during...

stale:discard

It would be nice if `SentEmailViewer` still worked with other adapters, maybe `LocalAdapter` could be an add-on and not just the only one used. The rational is that we're using...

waiting-for-info