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

sending a mail message with the default encoding fails #2360

Closed
davidnich opened this issue Oct 31, 2017 · 0 comments
Closed

sending a mail message with the default encoding fails #2360

davidnich opened this issue Oct 31, 2017 · 0 comments

Comments

@davidnich
Copy link
Contributor

davidnich commented Oct 31, 2017

MailMessage::Message msg("qoretechnologies.demo@gmail.com", "Passenger account activation");
string text ="Complete activation by visiting the following link: https://lorem.ipsum.com/activate/" + activationCode;
msg.addBody(text);
msg.addTO(ah.email);

results in:

MIME-TRANSFER-ENCODING-ERROR: "Content-Transfer-Encoding: \"default\" is unknown"

note that setBody() works; calling addBody() does not result in the default encoding being set properly for sending

@davidnich davidnich added this to the 0.8.13.1 milestone Oct 31, 2017
@davidnich davidnich self-assigned this Oct 31, 2017
omusil24 pushed a commit that referenced this issue Oct 31, 2017
@omusil24 omusil24 added the fixed label Nov 1, 2017
@omusil24 omusil24 closed this as completed Nov 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants