mailman
mailman copied to clipboard
Mailman provides a clean way of defining mailers in your Elixir applications
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...
Hi How can I change the Transfer-Encoding header from quote-printable to 7bit. The quote-printable encoding breaks my link tags in Gmail
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...
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
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:...
Some of the docs we have are out of date. We need to update that to match the API we now have.
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....
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...