- This topic has 3 replies, 1 voice, and was last updated 4 years, 7 months ago by .
- You must be logged in to reply to this topic.
Hello, I wanted to put this topic instead in the “mischiant’s library” section, but I did not succeed. So as my program runs on Arduino Mega and Shield Ethernet W5100 and W5500 … (Even if this has nothing to do with my question!)
I use the following code to configure the sender of the mails:
String numRuche="2";
String expediteur = “Ruche N °”+ numRuche;
uint16_t SMTP_PORT = 587;
const char* smtp_server = “smtp.laposte.net”;
const char* email_login = “mon mail@laposte.net”;
const char* email_from = “monmail@laposte.net”;
const char* name_from =expediteur.c_str();
const char* email_password = “password”;
EMailSender emailSend(email_login,email_password,email_from,name_from,smtp_server,SMTP_PORT);
Sending email works well, but the ° symbol is not displayed correctly according to the messaging I get (with windows live mail for example) sender Ruche N
With Orange messaging a symbol other than the ° (see screenshots)
How can I display the ° symbol in the sender name of emails?
Thank you
PS: I can’t find how to send an image (screenshot I’m sending this to your orange messenger … sorry
thanks again
Hi Gilles,
I think that ° isn’t a character UTF-8, but I set UTF-8 encoding.
Bye Renzo
The degree sign exists in UTF 8: Degree sign ° & # 176;
https://www.periodni.com/fr/codage_unicode_utf-8.html
If I’m not mistaken…
Someone would know how to make it appear in the string of the character of the sender of an email?
Thank you
Hi Gilles,
I must check if I must add encoding on subject.
Bye Renzo
More
Just like a well-organized workbench, this website uses cookies to function properly and efficiently.
🛠️ The Essentials (Necessary): Some cookies are categorized as necessary and are stored on your browser because they are critical for the basic working of the site.
📊 The Analytics (Third-party): We also use third-party cookies to help us analyze traffic and understand which projects you like the most. These are stored only if you give us the green light.
You can choose to opt-out, but keep in mind that disabling them might make the site experience a bit less "smooth".
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
