I am using DocuSign via the API in Java as develop with signing order. The first receipient receives an email and signs and everything works fine. Now the second receipient should receive an e-mail but unfortunately not. Even when the status of the second receipient changed from created to sent (via API and on DocuSing-Profile).
I also see the changes in the manage profile, the status there works fine and changed from created to sent but the receipient does not receive any e-mail.
It looks like, docusign does not send any email after first receipient when using the signing order. Have anyone ever experienced this bug? any Idea?
PS: I also tried the following:
- no siging order -> all receipients receive the email (including email of second receipient).
- changing the order: the second receipient become the first one and vice versa -> the first receives the e-mail normally, the second not -> that means that the e-mails receive with no problems.