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

Error: transaction failed: message doesn't contain a body part #287

Open
mdlaat opened this issue Nov 24, 2024 · 6 comments
Open

Error: transaction failed: message doesn't contain a body part #287

mdlaat opened this issue Nov 24, 2024 · 6 comments

Comments

@mdlaat
Copy link

mdlaat commented Nov 24, 2024

Thank you for this project.

I seem to be unable to send an email using hydroxide, it always gives me the erorr:
554 5.0.0 Error: transaction failed: message doesn't contain a body part

When entering debug, I do see the body in the smtp session, a >> POST /api/messages, and a json with the body, but below that:

<< POST /api/messages
2024/11/24 20:07:24 &struct { protonmail.resp; Message *protonmail.Message }{resp:protonmail.resp{Code:1000, RawAPIError:(*protonmail.RawAPIError)(nil)}, Message:(*protonmail.Message)(0x2600000)}
554 5.0.0 Error: transaction failed: message doesn't contain a body part

The message is saved in the draft folders, but indeed without a body part.

What am I missing?
Thank you.

@JeromeSchmied
Copy link

same here, but the message is:

554 5.0.0 Error: transaction failed: unknown sender address

@JeromeSchmied
Copy link

Note

for me it's resolved: the email address used in hydroxide differed from the one at mail.proton.me in case: [email protected] != [email protected]

@mdlaat
Copy link
Author

mdlaat commented Nov 27, 2024

@JeromeSchmied I'm sorry, but you experienced a totally different error (and message). I guess you had better created your own issue. Glad it is working for you now.

My original problem stays. If someone can help, please do! Thank you.

@JeromeSchmied
Copy link

well, can be possible, I'd have thought it was the same, according to the error number 554 5.0.0 Error: ...

isn't it so?

@mdlaat
Copy link
Author

mdlaat commented Nov 27, 2024

554 is a generic SMTP errorcode

@JeromeSchmied
Copy link

okay, sorry for spamming your issue :|

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