mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
sqlmap.org mail server rejects the email, hence use Gmail
This commit is contained in:
parent
640e0eecc6
commit
47f0d89fc5
|
@ -26,7 +26,7 @@ SMTP_SERVER = "127.0.0.1"
|
|||
SMTP_PORT = 25
|
||||
SMTP_TIMEOUT = 30
|
||||
FROM = "regressiontest@sqlmap.org"
|
||||
TO = "dev@sqlmap.org"
|
||||
TO = ["bernardo.damele@gmail.com", "miroslav.stampar@gmail.com"]
|
||||
SUBJECT = "Regression test results on %s using revision %s" % (TIME, REVISION)
|
||||
|
||||
def prepare_email(content):
|
||||
|
|
Loading…
Reference in New Issue
Block a user