2018-12-05 16:28:25 +03:00

9 lines
131 B
Python

import logging
from .settings import EMAIL_BACKEND
def send_message():
logging.info(EMAIL_BACKEND)
logging.info('sent')