ProcessMaker Developers Documentation
processmaker.comKnowledge CenterProcessMaker University
Guides
Guides
  • Getting Started
    • Installing ProcessMaker
  • Authentication
    • Creating a Client Application
    • Getting an Access Token
    • Getting a Refresh Token
  • Working with the API
    • Starting a Request via REST API
    • Starting a Request via Web Hook
  • Embedding Forms
    • Starting a Request via Anonymous Web Entry
    • Participating in a Workflow via Intermediate Web Entry (Anonymous)
    • Participating in a workflow via Intermediate Web Entry (Authenticated)
    • Angular Inbox Tutorial
      • Part 0: Overview
      • Part 1: Hello World
      • Part 2: Services & Dependencies
      • Part 3: Components
      • Part 4: The Inbox
      • Part 5: The Screen & Form Elements
  • Script Task Examples
    • PHP
  • Packages
    • ProcessMaker Platform Packages
      • Actions By Email Package
      • Advanced Screens Package
      • Advanced User Package
      • Auth Package
      • C# Package
      • Collections Package
      • Comments Package
      • Conversational Forms Package
      • Data Connector Package
      • Decision Tables Package
      • Documentation Package
      • DocuSign Package
      • Dynamic UI Package
      • File Manager Package
      • Google Places Package
      • IDP Package
      • Java Package
      • PDF Generator Package
      • PM Blocks Package
      • Process Optimization Package
      • Python Package
      • R Package
      • Saved Searches Package
      • Send Email Package
      • Signature Package
      • Slack Notification Package
      • Translations Package
      • Versioning Package
      • Vocabularies Package
      • Web Entry Package
    • Custom Packages
      • The Package Skeleton
      • Creating Your First ProcessMaker Package
Powered by GitBook
On this page
  1. Packages
  2. ProcessMaker Platform Packages

Send Email Package

Send emails automatically during your Processes' Requests.

PreviousSaved Searches PackageNextSignature Package

Last updated 11 months ago

Overview

Use the Send Email package to automatically send emails during your Process Requests. The Send Email package has the following components after it is installed:

  • Process model connector: The integrates into Process Modeler. Use the Send Email connector in your Process models as you would BPMN elements: drag and place the Send Email connector into your Process model, configure its settings, and then add its incoming and outgoing Sequence Flow elements.

  • New Screen type: The Send Email package adds a new Screen type called Email. Use an email-type Screen to compose the email body for email messages to sent with the Send Email package. In doing so, use Variable Name setting values from Screens referenced in a Process model to customize the sent email. The content of referenced Email-type Screens become the email body content. When creating a new Screen, select the Email type.

  • Send email notifications from Task and Manual Task elements: Send email notifications when a Task or Manual Task element triggers, completes, or under a specified condition. Include either plain text or the contents of an Email-type Screen as the email body content.

The Send Email package provides mailer drivers for the following services:

Send Email connector
Amazon SES mail driver settings
Google Gmail driver settings
Mailgun mail driver settings
Postmark mail driver settings
Sendmail mail driver settings
SMTP mailer driver settings