Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.22 KB

BPM Sample

  1. Start Eclipse Dirigible.
  2. Clone the sample in the Git perspective of Eclipse Dirigible.
  3. Wait between 1 and 2 minutes for the sample to be completely activated.
  4. Navigate to Submit Time Entry Request Form.
  5. Submit a new request
  6. Claim and approve the time entry request using the inbox UI
  7. (Optional) Provide the mail environment variables.
  8. (Optional) Restart the Eclipse Dirigible instance to apply the new environment variables.

Process

image

Mail Environment Variabels

DIRIGIBLE_MAIL_USERNAME=apikey
DIRIGIBLE_MAIL_PASSWORD=<YOUR_API_KEY_HERE>
DIRIGIBLE_MAIL_TRANSPORT_PROTOCOL=smtps
DIRIGIBLE_MAIL_SMTPS_HOST=smtp.sendgrid.net
DIRIGIBLE_MAIL_SMTPS_PORT=465
APP_SAMPLE_BPM_FROM_EMAIL=<SENDER_EMAIL>
APP_SAMPLE_BPM_TO_EMAIL=<RECEIVER_EMAIL>

Note: Find out more at Connecting Eclipse Dirigible with SendGrid SMTP Relay