mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-08-29 02:07:35 +00:00
Use SMTP port from config when sending the report
This commit is contained in:
+1
-1
@@ -619,7 +619,7 @@ def _main():
|
||||
if opts.smtp_skip_certificate_verification:
|
||||
verify = False
|
||||
email_results(results, opts.smtp_host, opts.smtp_from,
|
||||
opts.smtp_to, verify=verify,
|
||||
opts.smtp_to, port=opts.smtp_port, verify=verify,
|
||||
username=opts.smtp_user,
|
||||
password=opts.smtp_password,
|
||||
subject=opts.smtp_subject)
|
||||
|
||||
Reference in New Issue
Block a user