11-02-2016 07:36 AM
does anyone know how to make sure that an email actually has been sent when ececuting the MailTrigger Controller?
is there any return value from the MailTrigger, which i can evaluate to tell the workflow-user that the mail has been sent successfully?
thanks
Franz
11-02-2016 10:12 AM
I don't think there is any possibility like that: you should get an acknlowledge from the mail server, but it is an asynchronous process that can be difficult to handle because depending on external components.
Regards,
Stefano
11-03-2016 12:35 AM
thanks Stefano.
thats what i expected...
is there a possibility to check if the MailTrigger has been executed successfully?
11-03-2016 03:05 AM
if your trigger is of type "action", you might use the callback of the IG.trigger method:
In the callback you can log something, set a variable or notify the user.
HTH,
Stefano