user18807
0
Q:

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
0

New to Communities?

Join the community