FileMaker Outlook Integration
A tool to send emails and review emails from Outlook in FileMaker
FileMaker Outlook Integration
At my workplace we were having issues with emailing using FileMaker's built in email script. So I made a custom client that sent emails with the Outlook API through FileMaker.

The sent mail interface
Outlook ScriptFMP12
Loading code...
This is the script that starts the process of sending the email. It opens the outlook application and creates a new email. It has the ability to add attachments to the email, set the subject, and body of the email, etc.

Able to see attachments in the email
Below are some screenshots of the application in action, the first image shows off the drafter interface, the second image shows off that attachments that can be added to the email, and the third image shows off the custom email typing interface similar to outlook. (Click the images to enlarge)



The settings interface allows you to configure the email settings, such as the reply email address, your name, the header attached to each email. There was also an admin interface that allowed the admin (me) to manage the environment variables for the application, such as the tenant id, client id, client secret, etc.

The settings interface