From 8e4b99163a9b129519d69686de069afeb9caed07 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Fri, 30 Jul 2021 09:09:31 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5590006..dcf82df 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # StateJobsNYSubmit -Webapp to automatically create StateJobsNY Applications with cover letter and resume then potentially automatically send application email. \ No newline at end of file +Webapp to automatically create StateJobsNY Applications with cover letter and resume then potentially automatically send application email. + +## References: +* https://statejobs.ny.gov/employees/vacancyDetailsView.cfm?id=89317 - generic posting +* https://www.scrapingbee.com/blog/web-scraping-csharp/ - for scraping posting site +* https://stackoverflow.com/questions/2937797/best-c-sharp-api-to-create-pdf - for creating cover letter +* https://docs.microsoft.com/en-us/dotnet/api/system.net.mail.mailmessage.attachments?view=net-5.0 - for adding attachments to email +* https://stackoverflow.com/questions/298363/how-can-i-make-smtp-authenticated-in-c-sharp - for sending email +