Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SMTP port from config when sending the report #151

Merged
merged 1 commit into from
Mar 11, 2020

Conversation

Yabk
Copy link
Contributor

@Yabk Yabk commented Mar 11, 2020

The SMTP port from config isn't being used when sending the report.
Instead, send_email function from mailsuite.smtp is called with port=0 which causes that the default port 465 is always used regardless of the config.

Had an error in previous PR so I made a new one. This time I made sure to test things out before pushing.

@codecov
Copy link

codecov bot commented Mar 11, 2020

Codecov Report

Merging #151 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #151   +/-   ##
=======================================
  Coverage   65.42%   65.42%           
=======================================
  Files           3        3           
  Lines        1018     1018           
=======================================
  Hits          666      666           
  Misses        352      352           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d0bb858...6a9e3f0. Read the comment docs.

@seanthegeek seanthegeek merged commit 3a11ed3 into domainaware:master Mar 11, 2020
@seanthegeek
Copy link
Contributor

Thanks!

seanthegeek pushed a commit that referenced this pull request May 10, 2020
- Ignore unknown forensic report fields when generating CSVs (Closes issue #148)
- Fix crash on IMAP timeout (PR #164 - closes issue #163)
- Use SMTP port from the config file when sending emails (PR #151)
- Add support for Elasticsearch 7.0 (PR #161 - closes issue #149)
- Remove temporary workaround for DMARC aggregate report records missing a SPF domain fields
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants