Osman Posted May 21, 2018 Posted May 21, 2018 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
Newbies seansku Posted May 21, 2018 Newbies Posted May 21, 2018 What are you trying to achieve? Download a file from FTP?
Osman Posted May 21, 2018 Author Posted May 21, 2018 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
Newbies camacorp Posted June 27, 2018 Newbies Posted June 27, 2018 Hi @Osman, did you solve your problem? I'm having the same issue regards, camacorp
Recommended Posts
This topic is 2679 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now