Computer Science, asked by mishafatima954, 19 days ago

Question No 1: Program for SMTP Windows Service You have multiple applications that need to send emails to recipients. You are required to create a centralized application which can send emails using SMTP. Create a windows service which reads a JSON file (1 json per file) after every 15 minutes from a fixed location (provided in the app.config) and sends email to the receipts. Following is the JSON input sample: { "To": ", "Subject": "", "MessageBody":​

Answers

Answered by dhanushnaikar9
0

Explanation:

You have multiple applications that need to send emails to recipients. You are required to create a centralized application that can send emails using SMTP. create a Windows Service which can read a JSON file (1 JSON per file ) after 15 minutes from a fixed location (provided in the app. config) and send an email to the receipts.

Similar questions