Sending/Retrieving Emails via Gmail/SSL
Since version 13.2 Macro Scheduler‘s email functions now support SSL. Google’s Gmail and many other email services now insist on SSL secured connections.
Note: If your version of Macro Scheduler is older than 14.2 you will need to install the OpenSSL library files. Since version 14.2 they are included with Macro Scheduler.
Prerequisites
You will need an App password from Google. Create one here:
https://myaccount.google.com/apppasswords
Then to send email:
Let>SMTP_AUTH=1 Let>[email protected] Let>SMTP_PASSWORD=your_app_password Let>SMTP_PORT=465 Let>SMTP_SSL=1 SMTPSendMail>[email protected],smtp.gmail.com,[email protected],your name,test,hello world,
And to retrieve emails from Gmail via POP3 (make sure you have enabled this in your gmail settings):
Let>POP3_PORT=995 Let>POP3_SSL=1 RetrievePOP3>pop.gmail.com,[email protected],your_password,c:\emails\in\