Need for one-time to create mutliple MSG files, which is used for Outlook mails, for receiver and sender, on many different dates It is some-how Generalized now. You can customize more and more things.
You need to create a WindowsFormApp .NET 6.0 (long-term supported)
You need to add this package https://github.com/Sicos1977/MsgKit to your Project, via NuGet package manager
or using" Install-Package MsgKit " (It may be also included automatically)
- You need a CSV with this form
First column has a value "company name" (it can be anything, and can be used in main body as {COMPANY}
Second column has a value "email" (this is used to represent the SENDER of EACH email)
Third column has a value "name" (it can be anything, and can be used in main body as {NAME}
- Select start and end date so the program to understand which dates needs to be generated
- In the subjuct field, (optionally you can set a subject)
- In the To/Recipient field you need to specify the receiver of email.
to be written