Added import os

This commit is contained in:
Jonathan Ervine 2020-10-27 20:22:57 +08:00
parent bde60da5f5
commit bc798af234

View File

@ -7,6 +7,7 @@
# generate self-signed cert (better than nothing): # generate self-signed cert (better than nothing):
# openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 3650 -nodes -subj '/CN=localhost' # openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 3650 -nodes -subj '/CN=localhost'
import os
import ssl import ssl
import asyncio import asyncio
from aiosmtpd.controller import Controller from aiosmtpd.controller import Controller