Skip to content

Commit

Permalink
updated email-configuration in quick installation (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad-aot authored Feb 1, 2024
1 parent 7563215 commit c0654de
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions Pages/PC/windows/onWindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,53 @@ The quick-installation option saves time and labour, and is less error prone tha
9.Copy the API Key and paste it into the cmd. The installation will continue.

10.Once the installation is complete, the command prompt displays the installation is complete. The Docker Desktop displays all the installed containers.
## Mail-Configuration-quick-installation
For the email-configuration for “Quick-installation” part follow the below steps:-

- Create a directory inside the configuration folder(Inside docker-compose directory) named bpm-mail-config.
- Create a file name mail.config.properties inside the bpm-mail-config
directory and copy the below contents and update the values as needed.

```
# Send mails via SMTP. The given settings are for Gmail
mail.transport.protocol=smtp
mail.smtp.host=smtp.gmail.com
mail.smtp.port=465
mail.smtp.auth=true
mail.smtp.ssl.enable=true
mail.smtp.socketFactory.port=465
mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
# Poll mails via IMAPS.
mail.store.protocol=imaps
mail.imaps.host=imap.gmail.com
mail.imaps.port=993
mail.imaps.timeout=10000
mail.sender=donotreply
mail.sender.alias=DoNotReply
mail.attachment.download=true
mail.attachment.path=attachments
# Credentials
[email protected]
mail.password=CHANGEME
```
![mail configuration](../../../assets/QuickDocker/mail_configuration.png)
{: .mt-6 .ml-6}

- Now run the container to verify the changes.


## Mail-configuration-Main Repository

- Clone the Github repository <a target="_blank" href="https://github.com/AOT-Technologies/forms-flow-ai.git">https://github.com/AOT-
Technologies/forms-flow-ai.git</a>.
- Edit the changes needed inside- forms-flow-bpm/forms-flow-bpm-
camunda/src/main/resources/mail-config.properties.
- Then run the container to see the reflected changes.

### Health Check
- Analytics should be up and available for use at port defaulted to 7001 i.e.<a target="_blank" href="http://localhost:7001/">http://localhost:7001/</a>.
Expand Down
Binary file added assets/QuickDocker/mail_configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0654de

Please sign in to comment.