These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Email destination and subject script?

clunkie66
Registered: May 18 2010
Posts: 8
Answered

I have built a doc that has a button that attaches the PDF to an email.

Does anyone know the script to specify the email destination and subject header?

Many, many thanks!

C

try67
Expert
Registered: Oct 30 2008
Posts: 2399
The JavaScript function that does it is called mailDoc. You can look it up in the reference files or search these forums.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
Check out this tutorial:

[url]http://www.acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address[/url]

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs

Merlin
Acrobat 9ExpertTeam
Registered: Mar 1 2006
Posts: 766
Also read this topic:
http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=26873

;)
clunkie66
Registered: May 18 2010
Posts: 8
Hi,
Many thanks top all - managed to solve the problem!