Результаты поиска

  1. V

    Send email SMTP in C++ office365

    Hello, I try to send email in C++ with SMTP server, i have specific issues with SMTP office 365. " Executing action CSharp OwnCode.id: fb347ae2-e0d4-4838-9dd4-4027f2709d92 Error in processing. The server response was: 5.7.3 STARTTLS is required to send mail...
  2. V

    Mail service settings bug

    Hello Team, There is a bug in the mail service settings, some domain extensions (ltd) are not recognized and not accepted: click .online .space .website Of course I haven't tested them all, but some of them work. I would also like to know if it is possible to send mail with a proxy and in...
  3. V

    Decrease memory after thread

    I'm working on a without browser template that deals with large 2GB text files. I bind this large file to list (save list change to file) and i search to this file all lines contain specific text. I have a memory problem which prevents me from running the template in zennoposter for attempts...
  4. V

    Infinite scroll facebook page

    I created a template to scrape the id of all the members of a facebook group, the problem I encounter is that the more I scroll the page the more the template becomes long to execute (capture attached), do you have any advice to give me to solve this problem.
  5. V

    Impossible to run virtual machine

    I can't run virtual machine and start my template i have this message error: Executing the Create virtual machine from group of actions id: 4aff24c7-d760-47fa-ad83-e0d6d4665067 Required image is missing I have Last version of Zennodroid and Memu on VPS Windows 2012R2. Somebody can help me...
  6. V

    Email address regex

    Hi everybody, I need your help for regex: I want to extract email in webpage DOM, actually i use this regex that working fine : [a-zA-Z0-9._%-]+\@[a-zA-Z0-9.-]+\.[a-zA-Z]+ But sometime there is in page source code this element : [email protected] (it's css or something else but not...
  7. V

    Capmonster cloud help for api request

    Hello, I try to create post request for capmonster cloud (getBalance just for start), but i have some problemes I did post request url : https://api.capmonster.cloud/getBalance Data : Content-Type:application/json clientKey:myapikey Result : HTTP/1.1 403 Forbidden Server: nginx/1.14.0...
  8. V

    Resolve recaptcha v2 google SERP

    Hello, I need help to resolve recaptchaV2 in SERP google. I have this reCaptcha : When i try to resolve it with anti-captcha.com in tab, nothing happen url is redirect to : https://www.google.com/sorry/index When i try with site key, nothin happen i can not send captcha result there is not...
  9. V

    emailcrawlr.com api

    Hello, I need help for curl api resquest: curl "http://api.emailcrawlr.com/v2/domain?domain=eastkent.ac.uk" -H "x-api-key: <Your API Key>" When i try with wit https://apitester.com/ online is working: Url : http://api.emailcrawlr.com/v2/domain?domain=eastkent.ac.uk Add request header with...
  10. V

    Sengrid API

    Hello i need some help with sengrid api : curl --request POST \ --url https://api.sendgrid.com/v3/mail/send \ --header 'Authorization: Bearer YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"personalizations": [{"to": [{"email": "[email protected]"}]}],"from": {"email"...