Email

    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
    
By |2018-07-20T16:30:22+02:00July 20th, 2018|Comments Off on Email

Share This Story, Choose Your Platform!

About the Author:

Title

Go to Top