Mirror from bluesky-social/pds

Added information about using percent encoding for SMTP username:password fields.

+2
+2
README.md
··· 214 PDS_EMAIL_FROM_ADDRESS=admin@your.domain 215 ``` 216 217 _Note: Your PDS will need to be restarted with those variables. This varies depending on your setup. If you followed this installation guide, run `systemctl restart pds`. You might need to restart the server or recreate the container, depending on what you are using._ 218 219 ### Updating your PDS
··· 214 PDS_EMAIL_FROM_ADDRESS=admin@your.domain 215 ``` 216 217 + If the username and/or password contain special characters, the special characters will need to be [percent encoded](https://en.wikipedia.org/wiki/Percent-encoding). For example, `user&name:p@ssword` would become `user%26name:p%40ssword`. 218 + 219 _Note: Your PDS will need to be restarted with those variables. This varies depending on your setup. If you followed this installation guide, run `systemctl restart pds`. You might need to restart the server or recreate the container, depending on what you are using._ 220 221 ### Updating your PDS