Hi all, is it possible to have a 2.0 or 2.1 email ...
# suitescript
k
Hi all, is it possible to have a 2.0 or 2.1 email plugin script? If so, what is the entry point function?
d
AFAIK, only version 1.0 is supported, unfortunatelly
k
I upload a file today with
Copy code
/**
 * @NApiVersion 2.0
 * @NScriptType EmailCapturePlugin
 * @NModuleScope Public
 * @module emailPlugin
 */
and did not get any validation errors. Maybe sth is brewing.
d
Ok, try
Copy code
function process(email){
entry point
k
did no luck 😞
the email bounces back