mirror of https://github.com/MISP/mail_to_misp
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
|
#!/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
|