mailman icon indicating copy to clipboard operation
mailman copied to clipboard

Mailman provides a clean way of defining mailers in your Elixir applications

Results 20 mailman issues
Sort by recently updated
recently updated
newest added

Attachments are by default, Base64 encoded. It'd be nice to have that be optional, either in a global Mailman config setting, or maybe per attachment by passing a tuple with...

question

Hi How can I change the Transfer-Encoding header from quote-printable to 7bit. The quote-printable encoding breaks my link tags in Gmail

question

When I open a new PR, CircleCI says ``` We couldn't detect the settings for your project! Please make sure you have a configuration file in place, and check our...

enhancement

Hi, all My attachment file name with Chinese character is not correctly showed in mail box. which looks like this https://i.stack.imgur.com/cOdqy.png what should I do

bug
question

Attaching a .docx, for instance, generates the following: ``` ** (ArgumentError) argument error (stdlib) binary.erl:244: :binary.split/3 lib/mailman/attachment.ex:698: Mailman.Attachment.mime_type_for_path/1 lib/mailman/attachment.ex:668: Mailman.Attachment.inline/1 lib/mailman/attachment.ex:679: Mailman.Attachment.inline!/1 (mothership) lib/mothership.ex:52: Mothership.attach_files/1 (mothership) lib/mothership.ex:43: Mothership.generate_email/1 (elixir) lib/enum.ex:1047:...

testing

Some of the docs we have are out of date. We need to update that to match the API we now have.

documentation

It would be nice to include linting and type checking via `credo` and `@spec`, and to bring the code in line with conventional Elixir code formatting while we're at it....

enhancement

This should allow users to override the default behavior from `gen_smtp` for the `hostname` option.

I was troubleshooting a CI pipe issue and I noticed the mailman package hosted in hex.pm creates an invalid symlink for the LICENSE file. Installing mailman as a dep with...

I currently have a problme cause 0.4.3 depends on ranch 1.6.2 and my project depends on ranch 1.8.0. I see you did some change on the repo that was not...