maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] Question on SMTP parameters of daemon


From: David MENTRE
Subject: [Maposmatic-dev] Question on SMTP parameters of daemon
Date: Fri, 27 Apr 2012 21:35:49 +0200

Hello,

I'm trying to locally configure the rendering daemon. In the
"settings_local.py-template" we have:
"""
# Settings for exception emails: the from email address, and the list of
# receipient email addresses. No emails are sent if the receipients list is
# empty.
DAEMON_ERRORS_SMTP_HOST = 'localhost'
DAEMON_ERRORS_SMTP_PORT = 25
DAEMON_ERRORS_EMAIL_FROM = 'address@hidden'
DAEMON_ERRORS_EMAIL_REPLY_TO = 'address@hidden'
DAEMON_ERRORS_JOB_URL = 'http://domain.com/jobs/%d'
"""

What is configuration parameter for the list of recipient email
addresses? I see no such DAEMON_ERRORS_ parameter. Is it the ADMINS
parameter at the beginning of the file? How is the list configured?

Best regards,
david



reply via email to

[Prev in Thread] Current Thread [Next in Thread]