-
Notifications
You must be signed in to change notification settings - Fork 17
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
Getting InvalidContentType
on send
#74
Comments
@sirlan-ff00ff having the same issue. Did you find any solution? |
Same issue here. |
Right after posting this I just gave up trying to use it and wrote my own mail sending API thing (just a fancy wrapper over saving the message as /tmp/mail_.txt and using curl to send it) |
Same problem here, except that the provider I use does not support port 465. Tried every combination, -- EDIT -- I noticed that the command
When I run the command
Could it be possible, that if one of these checks fails, the Denomail throws the error? |
I also get the problem, but only intermittently. I'm using port 465. Update: Our code where this happened was creating an |
Describe the bug
When trying to send an email, it doesn't work with a
Uncaught InvalidData: received corrupt message of type InvalidContentType
To Reproduce
Expected behavior
Be able to send the email without errors
Logs
Provide the output of
deno --version
Provide the output of your code snippet (with
debug.log
set to true seehhttps://github.com/EC-Nordbund/denomailer#options )
Tried using it for both Oracle Cloud Email Delivery and Brevo transactional emails
The text was updated successfully, but these errors were encountered: