bamboo_smtp icon indicating copy to clipboard operation
bamboo_smtp copied to clipboard

An SMTP adapter for Bamboo.

Results 14 bamboo_smtp issues
Sort by recently updated
recently updated
newest added

The envelope isn't needed when we're just doing multipart/alternative with just text & html. Also it triggers rspamd CTYPE_MIXED_BOGUS criteria (1 point by default)

The SMTP `MAIL FROM` command can specify a different address than the one on the `From:` header. This address is called the 'envelope from' and is used by MTAs for...

While trying to make bamboo_smtp work with the smtp server of domainfactory (df.eu), I found I needed some options handled differently. While I'm not into the topic taming the ssl...

Hello. I made a few miscellaneous documentation changes. 1. Remove the section about `applcations` from the README. According to [`mix compile.app`](https://hexdocs.pm/mix/1.7.0/Mix.Tasks.Compile.App.html): > By default, this list is automatically inferred from...

Trying to send an email to an address like jane@döe.com fails with error: ``` {:error, {:permanent_failure, '3.120.93.201', "501 Invalid RCPT TO address provided\r\n"}} ``` Using punycode to represent the domain...

Adds another tls option, which is necessary when verifying the hostname on wildcard certificates (see https://github.com/erlang/otp/issues/4321).

We started by just adding the attachments as base64 encoded data in the right place of the email. It was a simple implementation. With the pull-request #137, we discovered the...

Hello! We've encountered this error in our application. >[error] Task #PID started from #PID terminating ** (ArgumentError) raise/1 and reraise/2 expect a module name, string or exception as the first...

In #177, this adapter was updated to comply with the new spec in Bamboo v2. However, as suggested in [this comment](https://github.com/fewlinesco/bamboo_smtp/issues/176#issuecomment-784038072), it is still necessary to wrap the errors in...

Is this project dead / in need of forking? https://github.com/fewlinesco/bamboo_smtp/issues/219 is creating issues for a project and the fix is here https://github.com/fewlinesco/bamboo_smtp/pull/216 but nothing has moved it along in about...