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

SMTP support #14

Open
FuchsiaSoft opened this issue May 10, 2016 · 2 comments
Open

SMTP support #14

FuchsiaSoft opened this issue May 10, 2016 · 2 comments

Comments

@FuchsiaSoft
Copy link

Add support for emailing an aggregated report using SMTP. See #12 for discussion around specifics of what would be included etc., but general gist is:

  • Crawl a site completely
  • Create an aggregated log of all broken links found
  • Email results list over SMTP

simples :octocat:

(I'll pick this up along with others)

@hmol
Copy link
Owner

hmol commented May 10, 2016

Sounds great 👏

@n3wjack
Copy link

n3wjack commented Oct 22, 2016

I'd leave the emailing of the log/export to something else (Powershell Send-MailMessage for example) in the Unix philosophy of making programs do one thing well. :)
The aggregate log containing all non 200 error codes is interesting however.

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

No branches or pull requests

3 participants