Skip to content

beezwax/EmailPro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • FileMaker 13 or higher, Pro or Server
  • bBox plug-in (Free)
  • macOS

bBox is only compatible with OS X. 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.

If you will be using gmail for sending messages, be sure to review Allow less secure apps to access accounts. This is required due to the inability to use Google's two-step verification for sender.

Download and Installation

Use the "Clone or download" button on the GitHub page, then "Download ZIP". In the resulting EmailPro folder, open the EmailPro.fmp12 file. Its README script contains installation instructions.

Contact

Beezwax Datatools, Inc. [email protected]

About

Email module for FileMaker Pro

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%