

- Outlook mail merge on mac pdf#
- Outlook mail merge on mac install#
- Outlook mail merge on mac trial#
- Outlook mail merge on mac windows#
If Outlook is not running, the messages will be sent next time it is launched. Step 3: Link your mailing list to your email.

For more info, see Data sources you can use for a. Step 2: Set up your mailing list The mailing list is your data source.
Outlook mail merge on mac windows#
On a Windows machine, go to Settings – Apps – Default Apps and select Outlook as the default for Email. On a Mac, open Apple Mail and choose Mail – Preferences – General, select Outlook from the ‘Default email reader:’ dropdown, and then close preferences. If you’re doing an email merge, make sure Outlook is your default email program and that it’s open. The column headers are the field names for the data:Īll the data must be on a single worksheet. DISPLAY OPENING DIALOG WITH SETABLE PREFERENCESĭisplay dialog "This script will perform a Mail Merge between a Pages tagged-template and a chosen Contacts group." & return & return & "Contact data requirements for the sender are: First Name, Last Name, eMail Address, Mailing Address, and phone." & return & return & "Contact data requirements for recipients are: First Name, Last Name, and eMail Address.1.

Property recipientFullAddressPlaceholder : "RECIPIENTFULLADDRESS" All merged emails are now stored in the Outlook Outbox. Property recipientLastNamePlaceholder : "RECIPIENTLASTNAME" Then you perform the mail merge using Microsoft Word as you are used to. Property recipientFirstNamePlaceholder : "RECIPIENTFIRSTNAME" Property senderPhoneNumberPlaceholder : "SENDERPHONENUMBER" Property senderFullAddressPlaceholder : "SENDERFULLADDRESS" Property senderEmailAddressPlaceholder : "SENDEREMAILADDRESS" Property senderLastNamePlaceholder : "SENDERLASTNAME" Property senderFirstNamePlaceholder : "SENDERFIRSTNAME"
Outlook mail merge on mac install#
TIP: If you want to use this script often, install it into the system-wide Script Menu. Open the script in the AppleScript Editor application and run the script.

The only requirement for their design, is that a placeholder must be a unique continuous string of text characters, not found as part of other words, and that a placeholder not contain spaces, numbers, hyphens, punctuation, or word delimiters. NOTE: The default set of text placeholders used by the script, such as SENDERFIRSTNAME and recipientLastName, can be customized by editing the properties at the top of the script. Individual Contacts entries with incomplete required data will be skipped. By default Mailing Address is optional for recipients. The data requirements for the recipient contacts are: First Name, Last Name, and eMail Address. Make the card the default card by choosing Make This My Card from the Card menu.įor testing the script, create small Contacts group containing four to five people. Include First Name, Last Name, eMail address, Mailing Address, and Phone Number. In the Contacts application, create a default card containing the Mail Merge sender’s data.
Outlook mail merge on mac pdf#
AppleScript with Pages, Contacts and Apple MailĪppleScript automation, involving three OS X applications: Contacts, Pages, and Mail, that will create and mail encrypted PDF files generated from a Pages template containing text placeholders. This answer may not be the best solution, but may be a good starting point and I hope it adds value. :/ This requires scripting, but the script can be saved and used repeatedly.
Outlook mail merge on mac trial#
This solution I have used with some success after trial and error.
