Raspberry Pi – Sending Email Notifications with Seafile

raspberrypi_logo.jpg   Seafile_logo   Seafile can send email notifications such as notifying users about new Messages – if you want to setup email notifications please add the following lines to seahub_settings.py and set your email server information

# cd seafile
# vi seahub_settings.py

EMAIL_USE_TLS = True
EMAIL_HOST = ’smtp.1und1.de‘
EMAIL_HOST_USER = ‚josef.schuster@dpsolution.de‘
EMAIL_HOST_PASSWORD = ‚<password>‘
EMAIL_PORT = 587
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER
SERVER_EMAIL = EMAIL_HOST_USER

SeafileMail_01

Leave a Reply

You must be logged in to post a comment.