question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem with body of email

See original GitHub issue

Hi, I want to use mailmerge cause you made a great job. But I have a problem with the body of the template. Instead of :

`ATTACHMENT: classes/{{classe}}.xls

Bonjour {{name}},

En tant que PP de la classe de {{classe}}, je t’envoie la liste des codes réseau de tes eleves. C’est ce code qu’ils utilisent pour ouvrir une session sur les ordinateurs du lycee. A toi de les distribuer s’ils ne les ont pas deja.

Cordialement,

` I have :

`ATTACHMENT: classes/2_A.xls MIME-Version: 1.0 Content-Type: text/plain; charset=“utf-8” Content-Transfer-Encoding: base64 Date: Sat, 31 Aug 2019 15:32:22 -0000

Qm9uam91ciBNaWNoZWwsCgpFbiB0YW50IHF1ZSBQUCBkZSBsYSBjbGFzc2UgZGUgMl9BLCBqZSB0 J2Vudm9pZSBsYSBsaXN0ZSBkZXMgY29kZXMgcsODwqlzZWF1IGRlIHRlcyBlbGV2ZXMuIApDJ2Vz dCBjZSBjb2RlIHF1J2lscyB1dGlsaXNlbnQgcG91ciBvdXZyaXIgdW5lIHNlc3Npb24gc3VyIGxl cyBvcmRpbmF0ZXVycyBkdSBseWNlZS4gCkEgdG9pIGRlIGxlcyBkaXN0cmlidWVyIHMnaWxzIG5l IGxlcyBvbnQgcGFzIGRlamEuCgpDb3JkaWFsZW1lbnQsCgotLSAKTWljaGVsIFZpZW5uZQpBQyAv IElTTiAvIE5TSSAvIFNJTwpSZWZlcmVudCBudW1lcmlxdWUKTFBPIEJsYWlzZSBQYXNjYWwK attached /home/vienne/Documents/reseau/classes/2_A.xls sent message 0 DRY RUN ` I have been looking but not finding. Do you have any idea? Am I dumb ?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bexelbiecommented, Aug 31, 2019

@llenlewag no changes should be needed. You are writing in French which includes characters not in the base ascii set. These characters get encoded for transmission because the email transmission standards pre-date allowing “special” characters. Base64 is one of those encodings. (This is the short story, it is more nuanced).

Send yourself a test email with the --no-dry-run option and with your address as the first one in your database. You should see the text exactly as expected, en Francais. Almost all mail readers in use today will automatically decode these messages for display. Anyone using one that doesn’t is almost certainly choosing that on purpose and has an alternative rendering system set up.

0reactions
llenlewagcommented, Aug 31, 2019

Ok. Thx So I need to change something to have my real text in the email? I tested to send it and I receive the text in base 64 but I’m sure that my workmates will decode it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Body of Email Not Showing in Outlook - SysTools
How to fix body of email not showing in Outlook issue? Email message body is blank in Outlook 2019, 2016, 2013, 2010.
Read more >
Fix Body of Emails or Text is missing in Outlook
The main cause of this issue where the body of emails or text is missing is Avgoutlook.Addin. Avgoutlook.Addin (AVG Addin for MS Outlook)...
Read more >
Is the Email Body in Outlook for Windows Missing Its Content ...
A few reasons your email content disappears in Outlook include temporary glitches, add-ins interference, problems with Outlook data files, ...
Read more >
An email message body is garbled when you save or send the ...
This issue occurs because the Exchange server does not update the character set in the PR_BODY_HTML property when the server changes the character...
Read more >
Tips to Fix Body of Email Not Showing in Outlook 2019, 2016 ...
What to do when the body of email messages are missing? And you can't view email content in Outlook? You can resolve the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found