Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Email script adds a ghost address in email client

Avatar

Not applicable
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
0 Replies

Avatar

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

Avatar

Not applicable
I have posted the form. thank you for looking at it.