use `example.com` as the domain for the example settings

Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>
This commit is contained in:
Ramiro Berrelleza 2021-07-02 16:23:45 -07:00
parent 1c0621ef49
commit 31b91b216f
No known key found for this signature in database
GPG Key ID: 8F443F5203A4B9A3
1 changed files with 4 additions and 10 deletions

14
.env
View File

@ -18,17 +18,11 @@ ZOOM_CLIENT_ID=
ZOOM_CLIENT_SECRET=
# E-mail settings
# Calendso uses nodemailer (@see https://nodemailer.com/about/) to provide email sending. As such we are trying to
# allow access to the nodemailer transports from the .env file. E-mail templates are accessible within lib/emails/
# Configures the global From: header whilst sending emails.
EMAIL_FROM='notifications@yourselfhostedcalendso.com'
EMAIL_FROM='notifications@example.com'
# Configure SMTP settings (@see https://nodemailer.com/smtp/).
# Note: The below configuration for Office 365 has been verified to work.
EMAIL_SERVER_HOST='smtp.office365.com'
EMAIL_SERVER_HOST='smtp.example.com'
EMAIL_SERVER_PORT=587
EMAIL_SERVER_USER='<office365_emailAddress>'
# Keep in mind that if you have 2FA enabled, you will need to provision an App Password.
EMAIL_SERVER_PASSWORD='<office365_password>'
EMAIL_SERVER_USER='email_user'
EMAIL_SERVER_PASSWORD='email_password'