Skip to content
Snippets Groups Projects
Commit 67105051 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Rename mail.py to mail_config.py

parent 25d7518f
No related branches found
No related tags found
6 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!51Fix acct create wait,!39WIP:Feat cod rmq,!38WIP: Feat cod rmq,!24Add notify user agent
# Some variable for email
Server = 'localhost'
My_email = 'admin@localhost'
Sender = 'ADMIN@LISTSERV.LOCALHOST'
My_email = 'root@localhost'
Sender = 'ROOT@LOCALHOST'
Sender_alias = 'Services'
Subject = 'New User Account'
Info_url = 'https://www.google.com'
......
......@@ -5,7 +5,7 @@ import rc_util
import smtplib
from rc_rmq import RCRMQ
from jinja2 import Template
import mail
import mail_config as mail_cfg
task = 'notify_user'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment