diff options
| author | joeac <me@joeac.net> | 2026-02-16 09:14:02 +0000 |
|---|---|---|
| committer | joeac <me@joeac.net> | 2026-02-16 09:14:02 +0000 |
| commit | 5ad98e23e52a521ee15dad16fcae9648249b9bd8 (patch) | |
| tree | c932ab04f0a632a8eb2971ad70fd9e1bd925db37 | |
| parent | 89c7f855c367b7bb612f7c9e98f2f34f5e9625ef (diff) | |
Remove my email address from example.env
| -rwxr-xr-x | example.env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example.env b/example.env index 9a2451f..d4fab80 100755 --- a/example.env +++ b/example.env @@ -14,7 +14,7 @@ REMOTE_SMTP_PORT= # The username for authenticating to the remote SMTP server # Usually the email address which will be sending the contact emails -REMOTE_SMTP_USER=me@joeac.net +REMOTE_SMTP_USER= # The email address where contact emails will be sent -CONTACT_MAILBOX=me@joeac.net +CONTACT_MAILBOX= |
