mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
syntax fix
This commit is contained in:
parent
f89b25fdb6
commit
bedfe1ba1f
|
@ -37,7 +37,7 @@ def prepare_email(content):
|
|||
msg = MIMEMultipart()
|
||||
msg["Subject"] = SUBJECT
|
||||
msg["From"] = FROM
|
||||
msg["To"] = TO
|
||||
msg["To"] = ",".join(TO)
|
||||
|
||||
msg.attach(MIMEText(content))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user