@Bunnz said in "proxy handshake error"/"Failure when receiving data from the peer" when using proxy with Mail Module:
And proxy is working in HTTP request just fine
email ports are disallowed for these proxies.
Hello, I create a new module in BAS.
But I can only create one return value as shown.
So I want to get more than one return value, what should I do?
Thanks very much.


@Melinda this can be done by working with the module code.
for example, use modules with more than 1 return value.(in bas there are modules with actions with 2 or more return values)
@Melinda file info action from the file module
fileinfo_code.js
fileinfo_select.js
fileinfo_interface.js
@tet-vivi said in Create Module:
@Melinda file info action from the file module
fileinfo_code.js
fileinfo_select.js
fileinfo_interface.js
@tet-vivi said in Create Module:
@Melinda file info action from the file module
fileinfo_code.js
fileinfo_select.js
fileinfo_interface.js
@Fox said in Create Module:
@tet-vivi said in Create Module:
@Melinda file info action from the file module
fileinfo_code.js
fileinfo_select.js
fileinfo_interface.js
I will try to check it.
Thanks very much.