Home
last modified time | relevance | path

Searched refs:CC_MAIL (Results 1 – 4 of 4) sorted by relevance

/curl/docs/examples/
H A Dsmtp-tls.c44 #define CC_MAIL "<info@example.com>" macro
50 "Cc: " CC_MAIL "\r\n"
141 recipients = curl_slist_append(recipients, CC_MAIL); in main()
H A Dsmtp-multi.c40 #define CC_MAIL "<info@example.com>" macro
46 "Cc: " CC_MAIL "\r\n"
118 recipients = curl_slist_append(recipients, CC_MAIL); in main()
H A Dsmtp-ssl.c44 #define CC_MAIL "<info@example.com>" macro
50 "Cc: " CC_MAIL "\r\n"
139 recipients = curl_slist_append(recipients, CC_MAIL); in main()
H A Dsmtp-mail.c47 #define CC_MAIL "John CC Smith " CC_ADDR macro
53 "Cc: " CC_MAIL "\r\n"

Completed in 9 milliseconds