Skip to content

Commit

Permalink
chore: Update web-smtp-relay-client documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Aug 26, 2024
1 parent d8492d7 commit 8974e6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web-smtp-relay-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ export const onRequestPost: PagesFunction<Env> = async (context) => {
Make sure to set the following environment variables for the server-side function:

- `HCAPTCHA_SECRET`: Your hCaptcha secret key
- `WEB_SMTP_RELAY_HOST`: The URL of your web-smtp-relay service
- `WEB_SMTP_RELAY_SCHEME`: The scheme of your web-smtp-relay service (`http` or `https`)
- `WEB_SMTP_RELAY_HOST`: The hostname of your web-smtp-relay service
- `WEB_SMTP_RELAY_PORT`: The port of your web-smtp-relay service
- `WEB_SMTP_RELAY_USERNAME`: Username for web-smtp-relay authentication
- `WEB_SMTP_RELAY_PASSWORD`: Password for web-smtp-relay authentication

Expand Down

0 comments on commit 8974e6c

Please sign in to comment.