Step 1: Check us out

You don't have to be a member to look at any content on the site. Increase your expertise with our helpful tutorials, videos, forums, and sample PDFs.

Step 2: Sign up for a free account

Like what you see? Take the next step and become a member. Register now to get discounts, attend eSeminars, ask questions and more.

Step 3: Start participating

Get the most out of your membership. Post in the forums, create your profile, submit to the gallery, attend a user group meeting. Log In now.

Acrobat User Community Forums

You are not logged in.     Log in to your AUC account.     Don't have an account? Sign up today

#1 2010-01-28 04:27:39

anga
Member
Registered: 2010-01-28
Posts: 1

e-mail send button : send xml and pdf together

I have a button on my form with the following code in the click event:

var myDoc = event.target;
  myDoc.mailDoc({
                    bUI: false,
        cTo: "MyName@FirmXYZ.com",
        cSubject: "My Text ",
        cMsg: "This is my text"
        });
var cEmailURL = "mailto:MyName@FirmXYZ.com?subject=test subject&body=Bodytekst komt hier.";
myDoc.submitForm({cURL: cEmailURL, cSubmitAs: "XML", cCharSet: "utf-8"});

this will send 2 emails. one with the pdf file and one with the xml file.
Is it possible to send only one email with both files as attachments?

TIA


My Product Information:
LiveCycle Designer 8.2 / Windows

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson