Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attachment + unicode char in subject/body = hangs with no response #51

Open
alexfilatov opened this issue Dec 14, 2016 · 1 comment
Open

Comments

@alexfilatov
Copy link

alexfilatov commented Dec 14, 2016

When we have attachment and ascii symbols in subject/body - everything is fine.

When we have something like this:

send_email(
        to: "some@emailaddress.com", 
        from: "some@emailaddress.com",
        subject: "Тестовое письмо",
        html: "Test body",
        attachments: [%{path: "mix.exs", filename: "mix.exs"}]
)

we get mailgun hangs with no response at all.

I added :httpc.set_options([{:verbose, :debug}]) to the client.ex right before calling :httpc.request and attached debug output for you.
Hope @chrismccord will find some time to fix it.
Thank you!

elixir 1.3.4

httpc_debug.txt

@AmenZhou
Copy link

AmenZhou commented Jan 3, 2017

I experienced the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants