Skip to main content
Question

Regarding esignature email

  • 20 June 2024
  • 4 replies
  • 26 views

My question is, I implemented the send email in c# code(generated jwttoken and created an envelope, workflowid) and a frontend implementation, I am getting envelopeId and I am able to see the sent email in my developer account, but the mail is not receiving to their respective mails.

@Lalitha Narahari 

Have you tried it with other email addresses?  Maybe the notification email is getting stuck on the spam folder.


Yes, I tried with the other email also and  also checked the spam folder, there is no entry of email, Is there any other solution?


@Lalitha Narahari 

Can you login to your Dev account to see if the envelope is on the sent folder?   That is one way to validate that the envelope was actually sent.


@Lalitha Narahari Are you referencing the "clientUserId" parameter on your request to create envelope? If yes, then you are creating a captive recipient and this type of recipient doesn't get emails.


Reply