I tried to send this by email. I tried a lot of ways and always I obteined the same thing: an error.
I tried with this:
curl -s --user 'api:key-3ax6xnjp29jd6fds4gc373sgvjxteol0' \ Xhttps://api.mailgun.net/v2/samples.mailgun.org/messages \ -F from='Excited User ' \ -F to='[email protected]' \ -F cc='[email protected]' \ -F bcc='[email protected]' \ -F subject='Hello' \ -F text='Testing some Mailgun awesomness!' \ -F html=' CODE HERE ' \
And this:
curl -s --user 'api:key-3ax6xnjp29jd6fds4gc373sgvjxteol0' \ Xhttps://api.mailgun.net/v2/samples.mailgun.org/messages \ -F from='Excited User ' \ -F to='[email protected]' \ -F cc='[email protected]' \ -F bcc='[email protected]' \ -F subject='Hello' \ -F text='Testing some Mailgun awesomness!' \ --form-string html=' CODE HERE ' \
But it doesnt work...Always ''syntax error''
Anyone can help me?
Thank you!