May 21, 20187 yr hello all, I am using insert from url script step in my server scheduled script with cURL parameters. Insert from URL step gives error 1, user cancelled action. I have added --max-time 30 option, but still same error code. I changed the url to any regular web page, it works. But it still not works with orginal url (mailgun api url). how can I handle this problem? regards, osman
May 21, 20187 yr Author I am trying to send email via mailgun api. It works on desktop but not on psos or scheduled script. I use just simple cURL. The url is: "https://api:[email protected]/v3/DOMAIN/messages" My cURL Parameters is: -F "[email protected]" -F [email protected] -F "subject=email subject" -F "text=email text" --form-string "html=<h1>html text</h1>" --max-time 30
June 27, 20187 yr Newbies Hi @Osman, did you solve your problem? I'm having the same issue regards, camacorp
Create an account or sign in to comment