hmol / LinkCrawler

Find broken links in webpage
MIT License
117 stars 58 forks source link

SMTP support #14

Open FuchsiaSoft opened 8 years ago

FuchsiaSoft commented 8 years ago

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:

simples :octocat:

(I'll pick this up along with others)

hmol commented 8 years ago

Sounds great :clap:

n3wjack commented 7 years ago

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.