Mail Merge and Clickable E-Mail Addresses

I am setting up a mail merge document in Pages using merge fields from a Numbers document. All is working fine except for one thing. I would like the resulting document to have the e-mail addresses come out live so I could click on them and create an e-mail addressed to the people named on each page, with an appropriate subject line.
I have "Automatically detect e-mail and web addresses" selected, but they don't come out live. Even if I save to a PDF they aren't live. Using the Inspector if I go to Hyperlinks and choose Enable as Hyperlink, and Link to Email Message, it will do that, but it seems to want to create an e-mail addressed to me; I can't get it to address it to the person whose e-mail address it is. If I delete my name, it creates a link that simply opens a blank e-mail.
At this point I'm stuck! It seems like that should be the default behavior, but nothing I do gets it to happen! Any help will be much appreciated.
Thanks,
Peter

This simple script activates the merged links for you.
--[SCRIPT activatemergedhyperlinks]
Enregistrer le script en tant que Script : activatemergedhyperlinks.scpt
déplacer le fichier ainsi créé dans le dossier
<VolumeDeDémarrage>:Users:<votreCompte>:Library:Scripts:Applications:Pages:
Il vous faudra peut-être créer le dossier Pages et peut-être même le dossier Applications.
Exécuter le processus de fusion de données afin d’insérer les hyperliens dans le document Pages.
Aller au menu Scripts , choisir Pages puis choisir activatemergedhyperlinks
Le script retire les return de la fin des paragraphes commençant par "http"
puis il 'tape' un caractère return pour remplacer celui qui vient d'être ôté
et surtout activer l’hyperlien.
--=====
L’aide du Finder explique:
L’Utilitaire AppleScript permet d’activer le Menu des scripts :
Ouvrez l’Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
Cochez la case "Afficher le menu des scripts dans la barre de menus".
Sous 10.6.x,
aller dans le panneau "Général" du dialogue Préférences de l’Éditeur Applescript
puis cocher la case "Afficher le menu des scripts dans la barre des menus".
--=====
Save the script as a Script: activatemergedhyperlinks.scpt
Move the newly created file into the folder:
<startup Volume>:Users:<yourAccount>:Library:Scripts:Applications:Pages:
Maybe you would have to create the folder Pages and even the folder Applications by yourself.
Apply the Merge process to insert Hyperlinks in thev document.
Go to the Scripts Menu, choose Pages, then choose "activatemergedhyperlinks".
The script removes the character return from end of paragraphs starting with "http"
then it 'type' a return character which will replace the removed one and activate the link.
--=====
The Finder’s Help explains:
To make the Script menu appear:
Open the AppleScript utility located in Applications/AppleScript.
Select the "Show Script Menu in menu bar" checkbox.
Under 10.6.x,
go to the General panel of AppleScript Editor’s Preferences dialog box
and check the “Show Script menu in menu bar” option.
--=====
Yvan KOENIG (VALLAURIS, France)
2010/10/27
--=====
on run
my activateGUIscripting()
tell application "Pages" to tell document 1
set les_paragraphes to paragraphs
set indexde_la_fin_duparagraphe to 0
repeat with un_paragraphe in les_paragraphes
set indexde_la_fin_duparagraphe to indexde_la_fin_duparagraphe + (length of un_paragraphe)
if contents of un_paragraphe starts with "http" then
try
select character indexde_la_fin_duparagraphe of body text
my raccourci("Pages", "x", "c") (* Cut the return at end of paragraph *)
my raccourci("Pages", return, "") (* 'Type' a return to activate the hyperlink *)
end try
end if
end repeat
end tell
end run
--=====
on activateGUIscripting()
(* to be sure than GUI scripting will be active *)
tell application "System Events"
if not (UI elements enabled) then set (UI elements enabled) to true
end tell
end activateGUIscripting
--=====
This handler may be used to 'type' text, invisible characters if the third parameter is an empty string.
It may be used to 'type' keyboard raccourcis if the third parameter describe the required modifier keys.
I changed its name « shortcut » to « raccourci » to get rid of a name conflict in Smile.
on raccourci(a, t, d)
local k
tell application a to activate
tell application "System Events" to tell application process a
set frontmost to true
try
t * 1
if d is "" then
key code t
else if d is "c" then
key code t using {command down}
else if d is "a" then
key code t using {option down}
else if d is "k" then
key code t using {control down}
else if d is "s" then
key code t using {shift down}
else if d is in {"ac", "ca"} then
key code t using {command down, option down}
else if d is in {"as", "sa"} then
key code t using {shift down, option down}
else if d is in {"sc", "cs"} then
key code t using {command down, shift down}
else if d is in {"kc", "ck"} then
key code t using {command down, control down}
else if d is in {"ks", "sk"} then
key code t using {shift down, control down}
else if (d contains "c") and (d contains "s") and d contains "k" then
key code t using {command down, shift down, control down}
else if (d contains "c") and (d contains "s") and d contains "a" then
key code t using {command down, shift down, option down}
end if
on error
repeat with k in t
if d is "" then
keystroke (k as text)
else if d is "c" then
keystroke (k as text) using {command down}
else if d is "a" then
keystroke k using {option down}
else if d is "k" then
keystroke (k as text) using {control down}
else if d is "s" then
keystroke k using {shift down}
else if d is in {"ac", "ca"} then
keystroke (k as text) using {command down, option down}
else if d is in {"as", "sa"} then
keystroke (k as text) using {shift down, option down}
else if d is in {"sc", "cs"} then
keystroke (k as text) using {command down, shift down}
else if d is in {"kc", "ck"} then
keystroke (k as text) using {command down, control down}
else if d is in {"ks", "sk"} then
keystroke (k as text) using {shift down, control down}
else if (d contains "c") and (d contains "s") and d contains "k" then
keystroke (k as text) using {command down, shift down, control down}
else if (d contains "c") and (d contains "s") and d contains "a" then
keystroke (k as text) using {command down, shift down, option down}
end if
end repeat
end try
end tell
end raccourci
--=====
--[/SCRIPT]
CAUTION, it assumes that the links are paragraphs of their own:
starts as 1st char of a paragraph
ends just before a return character.
Yvan KOENIG (VALLAURIS, France) jeudi 28 octobre 2010 11:44:37

Similar Messages

  • My husband and I share the same e-mail address, and computer. We both have iPhones now and want to have our own individual Apple ids, but have one iTunes account is it possible?

    My husband and I share a computer, have the same e-mail address, and have one iTunes account. Can we have different Apple ids on our individual iPhones or do we have to use the same one?

    For purchasing from the iTunes and App stores, you will probably want to share the same Apple ID.  But for other services such as iMessage, FaceTime and iCloud, you should use separate IDs.  For example, if you use the same ID for iMessage you'll start getting each other's text messages.  If you use the same ID for FaceTime you may get each other's FaceTime calls.  If you set up the same iCloud account with the same ID, and data you sync with the account will be merged and the merged data will appear on all devices (i.e., you'll end up with each other's contacts and calendar events).  You would also be sharing the same 5GB of free iCloud storage rather than each having your own 5GB of space.
    This article may be of interest in this regard: http://gigaom.com/apple/itunes-101-multiple-devices-one-itunes-account/.  Also, see this video:http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l.

  • Mail Merge download has lost collected address book how do I recover it?

    I needed to be able to do large mail merge for e-mails. Found Mail Merge add on and downloaded it. When I restarted Thunderbird, my collected e-mails address book had gone. Only personal address book visible with only 2 addresses in it. Urgently need to recover address book asap. Removing Mail Merge add on has not fixed the problem. What can I do to recover address book?

    I did.
    They helped me stop Plaxo syncing and solved their problem, but mac address book is toast and they
    don;t know how to fix it.
    They said call apple.
    Address book won't open at all now.

  • HT201342 Hello, I have an Apple-iCloud account and have used one e-Mail address with that account. I want to add another address for my wife. How do I do it? Thanks

    Hello, I have an Apple-iCloud account and have used one e-Mail address. I would like to add another address for my wife on same account. How do I do it?

    Hey there Raul,
    It sounds like you have an iCloud account, and want to create one for your wife using the same iCloud account. You can do this with an iCloud Alias, and this article will help you do that. Keep in mind that any and all purchases made with the alias will not be transferrable or merged with another account if she wants to have her own account down the road.
    iCloud: Create or change email aliases
    http://support.apple.com/kb/PH2622
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • Account problems - User ID and e-mail addresses

    I created a user ID about eight years ago when I had a .mac account and my ID was my e-mail address, i.e. [email protected]
    After a year, I decided that I no longer wanted to use .mac and didn't renew my subscription. I seem to remember that I had to continue using the .mac user ID even though it was no longer a valid e-mail address. I added my new e-mail address and all communication is sent to that.
    So, I have put up with this odd situation - using an old invalid e-mail address as my user ID and logging in, making purchases with nothing more than a minor inconvenience, until now.
    I installed the Messages Beta anticipating the ability to merge/sync messages with my iPhone but was frustrated that it didn't work. I discovered that the problem is related to the caller ID e-mail addresses being the same and there lay the problem - I can't use the invalid user ID on my Mac that my iPhone uses.
    I have looked into my account settings and I can see that I can add and edit all my e-mail addresses but my user ID is fixed. But worse than that, I am getting a warning that my user ID and e-mail default e-mail address should be the same.
    Has anybody any idea how I can sort this out? Or if there is any way to restore my .mac e-mail account?

    No. The login ID is nothing more than an text string and it does not function as an actual email address. If you wish to change the email address associated with your Apple ID use this page: <http://store.apple.com/us/account/home>.
    The text string you use to log in will remain the Yahoo "email address" but all email communications will be sent to the address specified in your account.

  • HT201269 Can I sync my music from two different devices if I have two different e mail addresses and apple ids? If so how?

    Can I sync or merge my music from two different devices if I have two different e mail addresses and apple ids? If so how?

    Yes, if you choose the Erase and Sync option (or restore your iPod) you will be allowed to sync your iPod with the new computer.
    If you would like to save the content that's currently on your iPod, see this older thread from another forum member Zevoneer discussing the different ways to copy the content on an iPod back to your PC.
    https://discussions.apple.com/thread/2417169?start=0&tstart=0
    B-rock

  • Switching from Entourge to Mail, Address Book and iCal - HELP!

    Has anyone out there previously been a fan of Entourage but switched to Mail, Address Book and iCal on Mac? Im consistently disappointed in Entourage and it's database corruptions, but dont want to have to open three apps to do the same thing! Anyone out there made this switch and rectified this dilemma in their minds?
    I truly wish the next Mac OS would merge these into one program like Entourage, but until then, any insight?
    Thanks!
    Kevin

    In Mail.app, try pulling down the File menu and select the "import mailboxes" item.
    To sync your PDA, use Apple's iSinc. Info on iSync is available here ...
    http://tinyurl.com/2pwhcs

  • How can I delete and e-mail address from thunderbird?

    I tried to download my e-mail address to thunderbird, but the spelling of the domain was wrong. I then added the e-mail account with a correctly spelled name. Now I have two e-mail accounts and it keeps trying to connect with the wrong one. I need to get it deleted from the account.

    From the menu bar select Tools-Account Settings
    Select the account to remove.
    At the bottom of the account list select Account Actions-Remove Account
    No menu bar? Press the alt key.

  • How do I add an e-mail address and capability to send a fill-in pdf file

    I have Adobe Acrobat 8.1.2 on my PowerMac G4 running OS 10.4.11. I created some pdf forms which have the fill in capability and posted them on my web site. I want to be able to allow someone to click on a button to automatically send the file to my e-mail address. Is that possible if someone is just using Acrobat Reader on a Windows or Apple machine. I see that one cannot "save" the filled in document but they can "print" the filled in document or print a blank (not filled in version). If they could actually save the filled in document that would be just as good because they could attach it to an e-mail. So, is there a way to create a button to e-mail the filled in form to my e-mail address when someone completes it or a way to save the filled in copy as a file (so they can do that with just Acrobat Reader)? Thanks so much for any info.
    Barry

    >If they could actually save the filled in document that would be just as good because they could attach it to an e-mail
    In Acrobat Pro, open the form and go to the Advanced menu and choose enable usage rights for Reader users.
    Now, they will be able to fill out the form and save it to send it back to you in an email.
    Be aware that there is a 500 use per form limit so this isn't a good answer for high volume use forms.

  • My i cloud account is locked, the e mail address I used can no longer be accessed and when I click the option to use the questions to get a new password it asked for my ID number, when I input that it tells me its wrong! now what?

    I forgot my i cloud password
    The e mail address i used can no longer be accessed
    To access the questions way, it requires my ID number
    when I input my ID number the response is  ' ID number incorrect! even though I am inputting there correct number
    is there any way i can resolve this?

    Contact the Apple account security team for your country and ask for assistance resetting the password: Apple ID: Contacting Apple for help with Apple ID account security.

  • We have an itunes account on our desktop and my kids have it on their ipod and iphone. I went in and changed our user name from my old e-mail address which is no longer accessible to my new one and now either of my kids can access the itunes store..

    We have an itunes account on our desktop and both my kids have it on iphone and ipod. I went in and changed out user name from an old e-mail address which is no longer accessible to my one I use now... When the kids try to sign onto the itunes store it tells them they have the wrong user name..
    Can this be fixed??

    Did you change the email address or create a new Apple ID?
    If the email address associated with the account was merely changed, sign out of the Apple ID on the devices and sign in using the new credentials.

  • When using Mail and selecting the recipient, Address Book no longer shows Groups. I am forced to select from my entire alphabetized contact list. What's going on?

    Has the Address Book software changed? Or has Mail changed? For purposes of email, Address Book no longer allows me to find an addressee or several addressees who are members of one of my Groups (or Smart Groups). What happens is this: I open Mail, initiate a new email, put the cursor in the To: box and click the 'Show addresses' icon in the New Message box. The Addresses list shows up in a separate window with an alphabetized listing of all my contacts. It used to allow me to select a Group, but Groups are no longer listed. I have no choice but to select an address (or addresses) from the entire list. Needless to say, this is intolerable.
    Ultimately, I have two questions:
    What has changed and can I fix it so it works as it used to?
    If I can't fix it, what other email/address book software combination works simply and cleanly so I don't have to live with this frustration.

    This add-on may help:
    https://nic-nac-project.org/~kaosmos/morecols-en.html
    I've had this add-on for so long that I can't remember what it does and does not provide.
    If you select a List in your Address Book, so that its contents display at the right, does "Export" not write just the Lists's member Contacts out to the csv file?
    It does here, but this may be thanks to the above-mentioned add-on.

  • If I click on an e-mail address link in a web page instead of a blank message opening I always get a pop up screen with a log-in for googlemail. I do not have and do not want a googlemail account. I just want to be able to send e-mails using Outlook.

    If I click on an e-mail address link in a web page instead of a blank message opening I always get a pop up screen with a log-in for googlemail. I do not have and do not want a googlemail account. I just want to be able to send e-mails using Outlook.

    OUtlook was already set as the mail client for FF, and is my operating system (XP)'s default mail programme. therefore problem not solved at all. what I get whenever I follow a link in a webpage to send an e-mail is a little pop up window asking me to sign in to gmail or open an account. any other suggestions?

  • I have just downloaded OSX Mavericks and am having a lot of problems with my iCloud account. I get a message "this iMac can't connect to iCloud because of a problem with (and then it quoted my e-mail address) Does anybody know what the problem could be??

    As mentioned above I have just downloaded OSX Maverick to my iMac. I am now having a lot of problems with iCloud. I get the message that "This iMac can't connect to iCloud because of a problem with, and then it goes on to quote my e-mail address. It then says to open iCloud preferences to fix this problem.
    I do this and no matter what I seem to do this message continues to return.
    Can anybody explain how to resolve this problem (please bear in mind that I am noy very computer literate).
    Many thanks
    Mike

    Hello John
    Sorry I haven't got back to you sooner.
    Thanks very much for your help, your solution solved my problem.
    Thanks again and kind regards
    Mike

  • I need to change my e-mail address in the app store to enable me to get updates and buy more. How does this happen??

    I need to change my e-mail address in the app store, how does that work??

    On apple website, seraching on support, the article HT1918 explains.
    Log into your apple ID and edit your personal information, where email can be changed as well. All applications as itunes stores, apple store and icloud use this same apple ID, so be aware of this.
    I hope I was helpful !

Maybe you are looking for