Skip to content

Commit

Permalink
use example.com as the domain for the example settings
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>
  • Loading branch information
rberrelleza committed Jul 2, 2021
1 parent 1c0621e commit 31b91b2
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 31b91b2

Please sign in to comment.