Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.29 KB

DummyMsgCreation

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.

Prerequests:

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)

Usage

  1. 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}

εικόνα

  1. Select start and end date so the program to understand which dates needs to be generated

εικόνα

  1. In the subjuct field, (optionally you can set a subject)
  2. In the To/Recipient field you need to specify the receiver of email.

Final thoughts

to be written