Closed iyyappanpwilco closed 2 years ago
Emails will be sent automatically to the next signer if they are set to be "remote signer". "Embedded Signers" do not get emails. You should check that your signer doesn't have a clientUserId
associated with the object, as that indicates embedded signer.
Closing this issue as there's nothing wrong with the code examples here.
Hi,
How can we send email to two signers using the template kindly let us know the changes to do
<?php
namespace Example\Controllers\Examples\eSignature;
use DocuSign\eSign\Client\ApiException; use DocuSign\eSign\Model\Document; use DocuSign\eSign\Model\EnvelopeDefinition; use DocuSign\eSign\Model\Recipients; use DocuSign\eSign\Model\Signer; use DocuSign\eSign\Model\SignHere; use DocuSign\eSign\Model\Tabs; use DocuSign\eSign\Model\Workflow; use DocuSign\eSign\Model\WorkflowStep; use Example\Controllers\eSignBaseController; use Example\Services\SignatureClientService; use Example\Services\RouterService;
class EG032PauseSignatureWorkflow extends eSignBaseController { /* signatureClientService / private $clientService;
}