curl -s --user user:password \ https://api.infobip.com/email/1/send \ -F from='Jane Smith ' \ -F to='john.smith@somedomain.com' \ -F subject='Mail subject text' \ --form-string html='Html body Rich HTML message body.' \ -F attachment=@”C:\files\image1.jpg