Retrieving POP with exe

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
omar66277
Newbie
Posts: 1
Joined: Sun Aug 16, 2020 6:12 pm

Retrieving POP with exe

Post by omar66277 » Sun Aug 16, 2020 6:18 pm

hi, I'm retrieving POP email from Gmail.

Script works when I run it from Macroscheduler but does not work when I run it from a created exe file.

I think it has something to do with SSL.

Do the compiled exe files not include the necessary dlls to check POP with SSL?

- Chose to include dlls when compiling exe

- basic script used:

Let>POP3_STATUS=0
Let>POP3_MSGSIZELIMIT=3
Let>POP3_TIMEOUT=5
Let>POP3_PORT=995
Let>POP3_SSL=1
RetrievePOP3>pop.gmail.com ...etc

User avatar
Marcus Tettmar
Site Admin
Posts: 7380
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Re: Retrieving POP with exe

Post by Marcus Tettmar » Mon Aug 17, 2020 3:55 pm

Make sure these files are in the folder with the .exe:

ssleay32.dll
libeay32.dll

Copy them from the Macro Scheduler program folder.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts