Javascript mailbox

Hello, what javascript to open a mailbox and send an email with a project variable? Thank you

Hi,

There is no JavaScript code to send email itself. You can take at look this tutorial to send email by using Google Script code:

Regards,

Thanks a lot, how use un variable system in a javascript code please ?

Hi,

You can take a look at page 256 in the manual for details. For your convenience, here are code for reading/writing a variable:

prez.variable(‘variable_name’);
prez.variable(‘variable_name’, value);

Regards,