Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Email script adds a ghost address in email client

Avatar

Former Community Member
I am using the following script to send an attached PDF back to my client when their customers complete and submit the form. Everything works well, except that it lists the email address twice in the "to" field (the second is not a complete address so it fails).



the result is that one email goes through as expected, but the customer also receives an "undeliverable" notice in their inbox.



has anyone seen this before? or can you see the problem with the script?



Here is the script:



var iVar = 0;

var oDoc = event.target;



if (iVar = 0)



oDoc.mailDoc({

bUI: true,

cTo: "markhambd@yahoo.com"

cSubject: "Questionnaire",

cMsg: "Seller Questionnaire",

});



thank you for your help.



Brian
2 Replies

Avatar

Former Community Member
I have not seen that before can you post the form to livecycle8@gmail.com and I will have a look.

Avatar

Former Community Member
I have posted the form. thank you for looking at it.