somnisoft / smtp-client

SMTP Client Library in C
Creative Commons Zero v1.0 Universal
109 stars 31 forks source link

smtp_address_add: setting the name does not work #2

Closed Mynock17 closed 5 years ago

Mynock17 commented 5 years ago

If I call

rc = smtp_address_add(smtp, SMTP_ADDRESS_FROM, "walter@white.de", "Walter White");

then the name will not be added.

somnisoft commented 5 years ago

Adding names was not previously implemented. I've committed a change and this should work now.