Use Flexy tag value in email subject

@anonqaskigyf
Hi Christian,

This is possible to do using the SENDMAIL and ONALARM functions in the BASIC IDE:

SENDMAIL S1, S2, S3, S4

S1 - email of recipient(s)
S2 - CC
S3 - Subject
S4 - Body

You will also need to trigger the function by using ONALARM:

ONALARM S1, S2

S1 - Tag reference
S2 - Command line to execute

You can get the programming guide here:
https://developer.ewon.biz/content/rg-0006-01-en-programming-reference-guide

See page 70 for ONALARM and page 91 for SENDMAIL

I can check and see if anyone has tried this before, and if there is code, but in the meantime you should take a look at the documentation. It shouldn’t be too hard to write this.

Thanks,
|< y L e

Topic closed due to inactivity.