- 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.
![image](https://private-user-images.githubusercontent.com/5058839/344645039-efbf5058-8179-4de6-bf9d-e1754bd0f10e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTQwNjYsIm5iZiI6MTczOTU5Mzc2NiwicGF0aCI6Ii81MDU4ODM5LzM0NDY0NTAzOS1lZmJmNTA1OC04MTc5LTRkZTYtYmY5ZC1lMTc1NGJkMGYxMGUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDQyOTI2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDEzYjg0Yjg3NmM3YzcwNzQwYzY2M2I4MWM4Njc3ZDI5OTBlZTRkNGY0NTAyYjliMTNlYzI5ZjAyZGY1YjI3YyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.tkBwI055yBwW9BCDOhUI3R1mVb-lBFQkS0NyRtCFK_I)
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