When building an envelope you can add to the email subject and body. Is there anyway to customize the complete email?
I have done this so far.
$signature_envelope_info->emailSubject = “Your contract for medical transport is ready to be signed.!”;
$signature_envelope_info->emailBody = “Sign this here contract!”;
My new subject has been placed in front of default subject text. I want to eliminate the default subject text. Is that possible?
I also want to customize the name of the person who has prepared the document. Is that possible?
Can I add html in the body?