mail_to_misp/fake_smtp_config.py-example

10 lines
177 B
Plaintext
Raw Normal View History

2018-05-04 14:24:02 +02:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from pathlib import Path
binpath = Path(__file__).cwd() / 'mail_to_misp.py'
smtp_addr = '127.0.0.1'
smtp_port = 2525
2018-05-07 11:22:52 +02:00
ssl = False