Home
last modified time | relevance | path

Searched refs:recipients (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/external/curl/docs/examples/
Dsmtp-mail.c93 struct curl_slist *recipients = NULL; in main() local
115 recipients = curl_slist_append(recipients, TO_ADDR); in main()
116 recipients = curl_slist_append(recipients, CC_ADDR); in main()
117 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
135 curl_slist_free_all(recipients); in main()
Dsmtp-tls.c90 struct curl_slist *recipients = NULL; in main() local
139 recipients = curl_slist_append(recipients, TO); in main()
140 recipients = curl_slist_append(recipients, CC); in main()
141 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
164 curl_slist_free_all(recipients); in main()
Dsmtp-ssl.c90 struct curl_slist *recipients = NULL; in main() local
137 recipients = curl_slist_append(recipients, TO); in main()
138 recipients = curl_slist_append(recipients, CC); in main()
139 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
162 curl_slist_free_all(recipients); in main()
Dsmtp-mime.c77 struct curl_slist *recipients = NULL; in main() local
99 recipients = curl_slist_append(recipients, TO); in main()
100 recipients = curl_slist_append(recipients, CC); in main()
101 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
145 curl_slist_free_all(recipients); in main()
Dsmtp-vrfy.c47 struct curl_slist *recipients = NULL; in main() local
55 recipients = curl_slist_append(recipients, "<recipient@example.com>"); in main()
56 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
67 curl_slist_free_all(recipients); in main()
Dsmtp-expn.c44 struct curl_slist *recipients = NULL; in main() local
52 recipients = curl_slist_append(recipients, "Friends"); in main()
53 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
67 curl_slist_free_all(recipients); in main()
Dsmtp-multi.c109 struct curl_slist *recipients = NULL; in main() local
138 recipients = curl_slist_append(recipients, TO); in main()
139 recipients = curl_slist_append(recipients, CC); in main()
140 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
234 curl_slist_free_all(recipients); in main()
Dsmtp-authzid.c96 struct curl_slist *recipients = NULL; in main() local
128 recipients = curl_slist_append(recipients, TO_ADDR); in main()
129 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in main()
147 curl_slist_free_all(recipients); in main()
/external/autotest/site_utils/
Dgmail_lib.py198 if not args.recipients or not args.subject:
205 recipients = [] variable
206 for r in args.recipients:
208 recipients.append(r)
209 if recipients:
210 print 'Randomly selected recipients %s' % recipients
215 recipients = args.recipients variable
219 send_email(','.join(recipients), args.subject , message_text)
/external/curl/tests/libtest/
Dlib652.c34 struct curl_slist *recipients = NULL; in test() local
90 recipients = curl_slist_append(NULL, "someone@example.com"); in test()
91 if(!recipients) { in test()
103 test_setopt(curl, CURLOPT_MAIL_RCPT, recipients); in test()
123 curl_slist_free_all(recipients); in test()
/external/python/cpython2/Doc/includes/
Demail-dir.py52 if not opts.sender or not opts.recipients:
61 outer['To'] = COMMASPACE.join(opts.recipients)
109 s.sendmail(opts.sender, opts.recipients, composed)
/external/autotest/server/cros/dynamic_suite/
Dreporting.py173 recipients = ', '.join(to_set)
174 if not recipients:
180 recipients, bug.title(), bug.summary(), retry=False,
/external/python/cpython2/Lib/
Dsmtplib.py112 def __init__(self, recipients): argument
113 self.recipients = recipients
114 self.args = (recipients,)
/external/llvm/lib/Target/ARM/
DLICENSE.TXT22 Agreement, ARM hereby grants to you and to recipients of the Software
29 Agreement, ARM hereby grants you and to recipients of the Software
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DLICENSE.TXT22 Agreement, ARM hereby grants to you and to recipients of the Software
29 Agreement, ARM hereby grants you and to recipients of the Software
/external/curl/docs/cmdline-opts/
Dmail-rcpt.d8 option several times to send to multiple recipients.
/external/python/cpython3/Doc/includes/
Demail-dir.py45 msg['To'] = ', '.join(args.recipients)
/external/python/cpython3/Lib/
Dsmtplib.py124 def __init__(self, recipients): argument
125 self.recipients = recipients
126 self.args = (recipients,)
/external/eigen/
DCOPYING.MPL2164 the terms of this License. You must inform recipients that the Source
167 attempt to alter or restrict the recipients' rights in the Source Code
175 Form, as described in Section 3.1, and You must inform recipients of
183 the recipients' rights in the Source Code Form under this License.
209 indemnity or liability obligations to one or more recipients of Covered
DNOTICE164 the terms of this License. You must inform recipients that the Source
167 attempt to alter or restrict the recipients' rights in the Source Code
175 Form, as described in Section 3.1, and You must inform recipients of
183 the recipients' rights in the Source Code Form under this License.
209 indemnity or liability obligations to one or more recipients of Covered
/external/python/cpython2/Doc/library/
Dsmtplib.rst113 through the attribute :attr:`recipients`, which is a dictionary of exactly the
299 options to different recipients you have to use the low-level methods such as
324 All recipients were refused. Nobody got the mail. The :attr:`recipients`
326 refused recipients (like the one returned when at least one recipient was
Dsmtpd.rst38 originator, *rcpttos* are the envelope recipients and *data* is a string
/external/libkmsxx/
DLICENSE167 the terms of this License. You must inform recipients that the Source
170 attempt to alter or restrict the recipients' rights in the Source Code
178 Form, as described in Section 3.1, and You must inform recipients of
186 the recipients' rights in the Source Code Form under this License.
212 indemnity or liability obligations to one or more recipients of Covered
DNOTICE167 the terms of this License. You must inform recipients that the Source
170 attempt to alter or restrict the recipients' rights in the Source Code
178 Form, as described in Section 3.1, and You must inform recipients of
186 the recipients' rights in the Source Code Form under this License.
212 indemnity or liability obligations to one or more recipients of Covered
/external/doclava/res/assets/templates-sdk/assets/
DGPL-LICENSE.txt34 gratis or for a fee, you must give the recipients all the rights that
46 want its recipients to know that what they have is not the original, so
84 and give any other recipients of the Program a copy of this License
193 restrictions on the recipients' exercise of the rights granted herein.

12345678910>>...20