Skip to content

Commit

Permalink
Fixed MAIL_DRIVER default option for Docmost app (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
larananas authored Sep 21, 2024
1 parent 48ba94c commit 8a4c783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/v4/apps/docmost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ caproverOneClickApp:
- description: The endpoint URL for your S3 service (optional).
id: $$cap_aws_s3_endpoint
label: '[OPTIONAL] S3 service endpoint URL'
- description: The mail driver to use for sending emails, can be "smtp" or "postmark".
- defaultValue: smtp
description: The mail driver to use for sending emails, can be "smtp" or "postmark".
id: $$cap_mail_driver
label: '[OPTIONAL] Mail driver'
- description: The token for Postmark, if using Postmark as the mail driver.
Expand Down

0 comments on commit 8a4c783

Please sign in to comment.