Skip to content

Need for one-time to create mutliple MSG files, which is used for Outlook mails, for receiver and sender, on many different dates

Notifications You must be signed in to change notification settings

vagvalas/DummyMsgCreation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Need for one-time to create mutliple MSG files, which is used for Outlook mails, for receiver and sender, on many different dates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages