12.06.2018, 08:19
Hi
Here is the email block
To add it first go to Scripting -> User libraries and import this library. You have to edit it and set your email account parameters
It should looks like the json attached in FB
BR
Here is the email block
To add it first go to Scripting -> User libraries and import this library. You have to edit it and set your email account parameters
Code:
-- "from" field, only e-mail must be specified here
from = 'example@gmail.com',
-- smtp username
user = 'example@gmail.com',
-- smtp password
password = 'mypassword',
-- smtp server
server = 'smtp.gmail.com',
-- smtp server port
port = 465,
-- enable ssl, required for gmail smtp
secure = 'sslv23',
It should looks like the json attached in FB
BR
------------------------------
Ctrl+F5
Ctrl+F5