Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.84 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.84 KB

EmailPro

Email module for FileMaker Pro

Overview

FileMaker’s Send Mail script step allows you to send plain text emails through SMTP or the user’s mail client. You need to look beyond native functionalities if you’d like to use HTML formatting or send multiple attachments. HTML-formatted emails in particular can provide some fantastic polish to your solutions.

There are some great email plug-ins out there, but sometimes I don’t think my needs justify the cost. This module handles the following scenarios free of cost:

  • HTML-formatted content
  • Multiple attachments
  • SMTP authenticate over SSL/TLS
  • Multiple To, CC and/or BCC recipients
  • Custom From and Reply-To headers
  • Server-side compatible

Usage

Just call the “. emailPro . send” script. It takes its parameters in Let format. If you prefer to use a different parameter format, please see the ParamConverter module for an easy bridge between formats.

See the README script for more information on testing and customizing your implementation.

Requirements

  • bBox plug-in (Free)
  • Mac OS clients only! (Sorry. bBox is only compatible with OS X. I have no plans to add support for Windows. If you can find a plug-in to execute Python scripts, you might be able to make it work.)

Installation

Just find a place to store the plug-in file in your solution, import the module scripts, and customize the Configuration and Settings scripts.

Download and Installation

There should be a "Download ZIP" button on the GitHub page. Press that and open the EmailPro.fmp12 file. Its README script contains installation instructions.

Contact

Donovan Chandler
[email protected]