Answers for "infobip cc"

PHP
0

infobip cc

curl -s --user user:password \
https://e6jqr.api.infobip.com/email/2/send \
-F from='Jane Smith <[email protected]>' \
-F to='[email protected]' \
-F to='[email protected]' \
-F cc='[email protected]' \
-F cc='[email protected]' \
-F bcc='[email protected]' \
-F bcc='[email protected]' \
-F subject='Mail subject text' \
-F text='Mail body text' \
--form-string html='<h1>Html body</h1><p>Rich HTML message body.</p>' \
-F attachment=@files/image1.jpg
Posted by: Guest on October-13-2020

Browse Popular Code Answers by Language