Skip to content

Commit

Permalink
docs: update SMTP configuration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Jan 18, 2024
1 parent 47fc32d commit 49bd5b6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,11 @@ The secret is a key for encrypting JWTs. It can be modified like so:
SECRET = "any string"
'''

<b>SMTP:</b><br>
Configurations for the SMTP mailer. This is disabled in development environments, but can be modified with the following options:
1. `SMTP_HOST`: host address for the SMTP server.
2. `SMTP_PORT`: port for the host (see above).
3. `SMTP_USER`: the server username.
4. `SMTP_PASS`: the server password.
<b>SMTP_HOST:</b><br>
For SMTP, the website integrates with [OpenWebServices](https://github.com/ufosc/OpenWebServices) websmtp. The variable is configured as follows:
```
SMTP_HOST = "http://localhost:8080/mail/send"
``
<b>ADMIN_EMAIL</b><br>
The email address to send contact form confirmation emails from. Can be set to anything so long as its a valid email address. Modified as follows:
Expand All @@ -123,7 +122,7 @@ ADMIN_EMAIL = "no-reply@ufosc.com"
## Maintainers
Maintained by the UF Open Source Club, can be contacted via [Discord](https://discord.gg/j9g5dqSVD8)
Current Maintainers:
Current Maintainers:
- Michail Zeipekki @zeim839
- Daniel Wildsmith @danielwildsmith
Expand Down

0 comments on commit 49bd5b6

Please sign in to comment.