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
Retrieving POP with exe
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Retrieving POP with exe
Make sure these files are in the folder with the .exe:
ssleay32.dll
libeay32.dll
Copy them from the Macro Scheduler program folder.
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?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?