Add email link in Acrobat 4.0

Ask a Question related to Adobe Acrobat Windows, Design and Development.

  1. #1

    Default Add email link in Acrobat 4.0

    I can't figure out how to add a simple email link in Acrobat. I can add a web link, but can't call the user's default email program as can be done in Word or HTML. Any suggestions? thanks
    Matt_Foote@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Transfer tracked email reviews from Acrobat 7 to Acrobat 8
      I have many tracked email reviews that were set up in Acrobat 7. We just purchased Creative Suite 3 with Acrobat 8 included and I would like to begin...
    2. Showing the email link from a database link
      Hi Does anyone know how to have an email link show when showing the databse info in a repeating table. Here is the link...
    3. Email Link in 6.0
      In 4.0 I would select the WWW link and use the MAILTO: command to set up an emial link. But in 6.0 if I do this it opens up a browser too. Is there a...
    4. get URL - email link
      I manage to make links to other websites, but i can't make mail links. the code I have is : on (release) { getURL "mailto:contact@compny.com",...
    5. Email link
      Does anyone know of a FREE extra that will send an email? I tried the Ingeniak but it is a demo. -Bloke Tampa MMUG
  3. #2

    Default Re: Add email link in Acrobat 4.0

    Use a weblink and use the address:

    mailto:abc@xyz.com
    W_T_Allen@adobeforums.com Guest

  4. #3

    Default Re: Add email link in Acrobat 4.0

    Thanks, but I've tried that and it doesn't work: It launches my email program, but doesn't launch a pre-addressed message as it would from HTML.
    Matt_Foote@adobeforums.com Guest

  5. #4

    Default Re: Add email link in Acrobat 4.0

    The code I gave is correct. It will open a new email with "abc@xyz.com" in the "To:" field.

    If it doesn't, then something else isn't working. Do you have a properly configured MAPI client (Outlook, OE, etc?)
    W_T_Allen@adobeforums.com Guest

  6. #5

    Default Re: Add email link in Acrobat 4.0

    Are you using the Link Tool and specifying the Action Type as a World Wide Web link? We use groupwise and I believe it is configured correctly based on linking from other programs/code.
    Matt_Foote@adobeforums.com Guest

  7. #6

    Default Re: Add email link in Acrobat 4.0

    Tested on another computer and it works. must be something wrong with this machine. Thanks for your help

    --Matt
    Matt_Foote@adobeforums.com Guest

  8. #7

    Default Re: Add email link in Acrobat 4.0

    I'm doing it in Acrobat 6, so the actual terminology is different, but yes, I use the link to and select "Open a web page" and type "mailto:abc@xyz.com" (without the quotes, obviously) in the box.

    Clicking this link will open a browser, which will then call your mail client.
    W_T_Allen@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139