]> granicus.if.org Git - curl/commit
examples/smtp-mail.c: use separate defines for options and mail
authorDaniel Stenberg <daniel@haxx.se>
Tue, 12 Dec 2017 14:28:05 +0000 (15:28 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Dec 2017 14:28:05 +0000 (15:28 +0100)
commit7ef0c2d861069d12d9628184926e5717e78f0bc5
tree6b77cc198936cfce21c4e9f3798d209bf9191c17
parent621b24505fc29ba26f262af8023dbc91a6a09dae
examples/smtp-mail.c: use separate defines for options and mail

... to make it clearer that the options want address-only, while the
headers in an email can also have the real name.

Assisted-by: Sean MacLennan
docs/examples/smtp-mail.c