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