How to disable email(notifctxn email "Go to Document") for an individual signer?
Thursday, May 2, 2019 at 11:11amHello,
Greetings for the day.
Scenario:
The person logs into web application, where the eSigning can be done in 2 ways.
1. Sign and
2. Request Signature
1. Sign:
In this the person will sign as him/herself (So I don't want the email to be sent notifying that they have been added to the package for signature - Go to documents)
2. Request Signature:
In this case, the person logged in will enter another individuals details including the email. So this individual is invited to sign the document (In this case I need the email notifying the person has been added to the package for signature).
Is there a possible way for me to disable the email being sent in the first Case (1.Sign)
PFA -for the sample email.
Thank you very much in advance.
Best Regards,
Logan
Reply to: How to disable email(notifctxn email "Go to Document") for an individual signer?
Thursday, May 2, 2019 at 11:32amReply to: How to disable email(notifctxn email "Go to Document") for an individual signer?
Thursday, May 2, 2019 at 01:16pmReply to: How to disable email(notifctxn email "Go to Document") for an individual signer?
Thursday, May 2, 2019 at 01:21pmReply to: How to disable email(notifctxn email "Go to Document") for an individual signer?
Thursday, May 2, 2019 at 01:29pmReply to: How to disable email(notifctxn email "Go to Document") for an individual signer?
Friday, May 3, 2019 at 05:13amHey Duo, Greetings for the day. So I think, for me to achieve my intended solution I should do the below steps: 1. I should disable the email.notification. 2. In the case of request signature should use the Notify Signers [eg: eslClient.getPackageService().notifySigner( packageId, "[email protected]", "HELLO SIGNER" );] I went through the documentations, and did little research on disabling (email.notification), From my quick research (may not be accurate) I found it can be disabled by sending a request to the OneSpan support team(Reference) , is there any other possible way either through Java SDK or changing setting in ESL UI (to disable it) without contacting the support team. Thanks in advance. Best Regards, Logan
Reply to: How to disable email(notifctxn email "Go to Document") for an individual signer?
Friday, May 3, 2019 at 05:21amReply to: How to disable email(notifctxn email "Go to Document") for an individual signer?
Friday, May 3, 2019 at 07:38am