xreef / EMailSender

Arduino, esp32, Esp8266 EMailSender with Arduino IDE, simple library to send email via smtp with attachments.
https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/
MIT License
74 stars 26 forks source link

Send user in mail #9

Closed FrenchUser78 closed 3 years ago

FrenchUser78 commented 3 years ago

Hello, I want to know if i can send a "user name" in a gmail mail with EmailSender. I meen, when i receive the email, the sender name is xxx@gmail.com and i want it to be MYNAME for exemple.

I write EMailSender emailSend("xxx@gmail.com", "pswd", "MYNAME", "smtp.gmail.com", 465); and it s not working, the sender name is xxx@gmail.com

I try another library and it was possible..

Thanks

xreef commented 3 years ago

Hi FrenchUser78, I add the features, and I'm going to describe It on the site documentation. Bye Renzo