##// END OF EJS Templates
email notification is not sent by default. Now it is necessary to set an email account in /etc/schain.conf
Miguel Valdez -
r796:a6015faf3805
parent child
Show More
@@ -17,7 +17,7 from email.mime.multipart import MIMEMultipart
17 17
18 18 class SchainConfigure():
19 19
20 __DEFAULT_ADMINISTRATOR_EMAIL = "miguel.urco@jro.igp.gob.pe"
20 __DEFAULT_ADMINISTRATOR_EMAIL = ""
21 21 __DEFAULT_EMAIL_SERVER = "jro-zimbra.igp.gob.pe"
22 22 __DEFAULT_SENDER_EMAIL = "notifier-schain@jro.igp.gob.pe"
23 23 __DEFAULT_SENDER_PASS = ""
General Comments 0
You need to be logged in to leave comments. Login now